コード例 #1
0
ファイル: ResetViews.php プロジェクト: crono/BookStack
 /**
  * Execute the console command.
  *
  * @return mixed
  */
 public function handle()
 {
     \Views::resetAll();
 }