Esempio n. 1
0
 static function userFullName()
 {
     return Auth::check() ? Auth::user()->getRealName() : '';
 }