mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-03 03:00:14 +00:00
New and old code.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<?php namespace App\Providers;
|
||||
<?php namespace FireflyIII\Providers;
|
||||
|
||||
use Illuminate\Bus\Dispatcher;
|
||||
use Illuminate\Support\ServiceProvider;
|
||||
@@ -16,7 +16,7 @@ class BusServiceProvider extends ServiceProvider {
|
||||
$dispatcher->mapUsing(function($command)
|
||||
{
|
||||
return Dispatcher::simpleMapping(
|
||||
$command, 'App\Commands', 'App\Handlers\Commands'
|
||||
$command, 'FireflyIII\Commands', 'FireflyIII\Handlers\Commands'
|
||||
);
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user