mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
Various code cleanup
This commit is contained in:
@@ -54,7 +54,6 @@ class CreateExport extends Command
|
||||
/**
|
||||
* Create a new command instance.
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function __construct()
|
||||
{
|
||||
|
@@ -18,6 +18,13 @@ use Preferences;
|
||||
|
||||
trait VerifiesAccessToken
|
||||
{
|
||||
/**
|
||||
* @param null $key
|
||||
*
|
||||
* @return mixed
|
||||
*/
|
||||
abstract public function option($key = null);
|
||||
|
||||
/**
|
||||
* @return bool
|
||||
*/
|
||||
|
@@ -49,7 +49,5 @@ class Kernel extends ConsoleKernel
|
||||
*/
|
||||
protected function schedule(Schedule $schedule)
|
||||
{
|
||||
// $schedule->command('inspire')
|
||||
// ->hourly();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user