Skip to content

Commit

Permalink
🚑 Fix namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
lorisleiva authored Jul 30, 2019
1 parent 69489c5 commit ad70300
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/BusDispatcher.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace LorisLeiva\Actions;
namespace Lorisleiva\Actions;

use Illuminate\Bus\Dispatcher as IlluminateDispatcher;

Expand All @@ -19,4 +19,4 @@ public function handle($action)

return parent::getCommandHandler($command);
}
}
}

0 comments on commit ad70300

Please sign in to comment.