New and old code.

This commit is contained in:
James Cole
2015-02-06 04:52:16 +01:00
parent ed475b1b9c
commit c502dd445b
48 changed files with 240 additions and 44 deletions

View File

@@ -1,4 +1,4 @@
<?php namespace App\Console\Commands;
<?php namespace FireflyIII\Console\Commands;
use Illuminate\Console\Command;
use Illuminate\Foundation\Inspiring;

View File

@@ -1,4 +1,4 @@
<?php namespace App\Console;
<?php namespace FireflyIII\Console;
use Illuminate\Console\Scheduling\Schedule;
use Illuminate\Foundation\Console\Kernel as ConsoleKernel;
@@ -11,7 +11,7 @@ class Kernel extends ConsoleKernel {
* @var array
*/
protected $commands = [
'App\Console\Commands\Inspire',
'FireflyIII\Console\Commands\Inspire',
];
/**