Inheritance: extends Flarum\Http\WebApp\AbstractWebApp
Example #1
0
 /**
  * {@inheritdoc}
  */
 protected function fire()
 {
     $this->info('Clearing the cache...');
     $this->forum->getAssets()->flush();
     $this->admin->getAssets()->flush();
     $this->cache->flush();
 }