Laravel version update
Laravel version update
This commit is contained in:
@@ -20,5 +20,7 @@ class DescriptorApplication2 extends Application
|
||||
parent::__construct('My Symfony application', 'v1.0');
|
||||
$this->add(new DescriptorCommand1());
|
||||
$this->add(new DescriptorCommand2());
|
||||
$this->add(new DescriptorCommand3());
|
||||
$this->add(new DescriptorCommand4());
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user