Exemple #1
0
 public function t1()
 {
     $url = route("profile");
     //
     $red = redirect()->route('profile');
     return $red;
     $a = App::class;
     //User::class;
     $r = UserSystem::getUserById(1);
     // $t = User::find();
     // var_dump($t);
     // var_dump($a);
 }
Exemple #2
0
 public static function getList($page, $size)
 {
     $list = UserSystem::getUserList($page, $size);
     return $list;
 }