コード例 #1
0
ファイル: EmptyCommand.php プロジェクト: codenut/cdn
 /**
  * Execute the console command.
  *
  * @return mixed
  */
 public function fire()
 {
     $this->cdn->emptyBucket();
 }
コード例 #2
0
ファイル: EmptyCommand.php プロジェクト: publiux/laravelcdn
 /**
  * Execute the console command.
  *
  * @return mixed
  */
 public function handle()
 {
     $this->cdn->emptyBucket();
 }