App\Http\Controllers\ArticleListController::getTechnicalName PHP Method

getTechnicalName() protected method

protected getTechnicalName ( ) : string
return string
    protected function getTechnicalName() : string
    {
        return app()->router->getCurrentRoute()->getName();
    }