Fixed typo

Closes #2624.
This commit is contained in:
Graham Campbell
2017-07-08 16:20:02 +01:00
committed by GitHub
parent 44de01b123
commit 946af4c7be
@@ -35,7 +35,7 @@ class AppServiceProvider extends ServiceProvider
*/ */
public function boot(Dispatcher $dispatcher) public function boot(Dispatcher $dispatcher)
{ {
Schema::defaultStringLength(191) Schema::defaultStringLength(191);
$dispatcher->mapUsing(function ($command) { $dispatcher->mapUsing(function ($command) {
return Dispatcher::simpleMapping($command, 'CachetHQ\Cachet\Bus', 'CachetHQ\Cachet\Bus\Handlers'); return Dispatcher::simpleMapping($command, 'CachetHQ\Cachet\Bus', 'CachetHQ\Cachet\Bus\Handlers');