예제 #1
0
 public function __construct()
 {
     VG::checkAuth();
     $user = User::whereId(session()->get('uid'))->first();
     $this->uid = $user->id;
 }