Skip to content

Commit

Permalink
Remove deprecated property
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed May 31, 2022
1 parent 58a018c commit 419471e
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/Illuminate/Console/Scheduling/ScheduleListCommand.php
Expand Up @@ -23,17 +23,6 @@ class ScheduleListCommand extends Command
*/
protected $signature = 'schedule:list {--timezone= : The timezone that times should be displayed in}';

/**
* The name of the console command.
*
* This name is used to identify the command during lazy loading.
*
* @var string|null
*
* @deprecated
*/
protected static $defaultName = 'schedule:list';

/**
* The console command description.
*
Expand Down

0 comments on commit 419471e

Please sign in to comment.