Removed inspiring quotes.

This commit is contained in:
James Cole
2015-04-05 10:38:53 +02:00
parent 9e365d9f80
commit 8204e46086
2 changed files with 0 additions and 40 deletions

View File

@@ -18,7 +18,6 @@ class Kernel extends ConsoleKernel
*/
protected $commands
= [
'FireflyIII\Console\Commands\Inspire',
];
/**
@@ -30,8 +29,6 @@ class Kernel extends ConsoleKernel
*/
protected function schedule(Schedule $schedule)
{
$schedule->command('inspire')
->hourly();
}
}