예제 #1
0
파일: Downloader.php 프로젝트: kitbs/cellar
 public function __construct()
 {
     $this->client = new Client();
     //FIXME Auth::user();
     $this->user = User::where('email', 'user@cellar')->first();
 }