Example #1
0
function article(string $technicalName) : App\Models\Article
{
    return App\Models\Article::findByTechnicalName($technicalName);
}