示例#1
0
 /**
  * {@inheritdoc}
  */
 protected function fire()
 {
     $this->info('Clearing the cache...');
     $this->forum->flushAssets();
     $this->admin->flushAssets();
     $this->cache->flush();
 }