<?php return [ /** * Get all of the models are assined a specific Tag * Getting Tag children */ 'children' => [ // as Exanple // 'articles' => App\Models\Article::class ] ];
info at phpclasses dot org