| Total Complexity | 1 | 
| Total Lines | 25 | 
| Duplicated Lines | 0 % | 
| Changes | 0 | ||
| 1 | <?php  | 
            ||
| 10 | class AlterDemoDataCommand extends Command  | 
            ||
| 11 | { | 
            ||
| 12 | /**  | 
            ||
| 13 | * The console command name.  | 
            ||
| 14 | *  | 
            ||
| 15 | * @var string  | 
            ||
| 16 | */  | 
            ||
| 17 | protected $signature = 'demo:alter';  | 
            ||
| 18 | |||
| 19 | /**  | 
            ||
| 20 | * The console command description.  | 
            ||
| 21 | *  | 
            ||
| 22 | * @var string  | 
            ||
| 23 | */  | 
            ||
| 24 | protected $description = 'Alter Demo data.';  | 
            ||
| 25 | |||
| 26 | /**  | 
            ||
| 27 | * Execute the console command.  | 
            ||
| 28 | *  | 
            ||
| 29 | * @return void  | 
            ||
| 30 | */  | 
            ||
| 31 | public function handle()  | 
            ||
| 37 |