Flarum\Asset\CompilerInterface::flush PHP Method

flush() public method

public flush ( )
    public function flush();

Usage Example

Example #1
0
 public function flushJs()
 {
     $this->js->flush();
 }