Beispiel #1
0
 /**
  * Execute the console command.
  *
  * @return void
  */
 public function fire()
 {
     $this->comment('Refreshing documentation cache...');
     $this->documents->forgetCollectionCache() and $this->documents->registerCollectionCache();
     $this->info('Documentation cache has been successfully refreshed.');
 }