D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
tattooscyy
/
www
/
vendor
/
symfony
/
console
/
Tests
/
Fixtures
/
Filename :
BarBucCommand.php
back
Copy
<?php use Symfony\Component\Console\Command\Command; class BarBucCommand extends Command { protected function configure() { $this->setName('bar:buc'); } }