chore: Added title to console command
This commit is contained in:
		| @@ -8,4 +8,5 @@ use Aerex\BaikalStorage\Commands\CreateConfigFileCommand; | |||||||
| $application = new Application(); | $application = new Application(); | ||||||
|  |  | ||||||
| $application->add(new CreateConfigFileCommand()); | $application->add(new CreateConfigFileCommand()); | ||||||
|  | $application->setName('Baikal Storage Plugin'); | ||||||
| $application->run(); | $application->run(); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user