Skip to content

Commit

Permalink
Merge pull request #96 from mikerockett/patch-1
Browse files Browse the repository at this point in the history
Use handle() in FlushPipelineCommand
  • Loading branch information
Stolz authored Sep 11, 2017
2 parents bb9f706 + 365c440 commit 109e62b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Laravel/FlushPipelineCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public function __construct()//Config $config, Filesystem $filesystem (See NOTE
*
* @return void
*/
public function fire()
public function handle()
{
// Get directories to purge
if( ! $directories = $this->getPipelineDirectories())
Expand Down

0 comments on commit 109e62b

Please sign in to comment.