Various code cleanup

This commit is contained in:
James Cole
2017-09-16 07:17:58 +02:00
parent bbab89d884
commit b1135cee60
18 changed files with 37 additions and 40 deletions

View File

@@ -54,7 +54,6 @@ class CreateExport extends Command
/**
* Create a new command instance.
*
* @return void
*/
public function __construct()
{

View File

@@ -18,6 +18,13 @@ use Preferences;
trait VerifiesAccessToken
{
/**
* @param null $key
*
* @return mixed
*/
abstract public function option($key = null);
/**
* @return bool
*/

View File

@@ -49,7 +49,5 @@ class Kernel extends ConsoleKernel
*/
protected function schedule(Schedule $schedule)
{
// $schedule->command('inspire')
// ->hourly();
}
}