📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-28 21:45:54
📂
/
/
opt
/
alt
/
php53
/
usr
/
share
/
pear
/
test
/
Console
/
Symfony
/
Component
/
Console
/
Tests
/
Fixtures
✏️
Editing: BarBucCommand.php
<?php use Symfony\Component\Console\Command\Command; class BarBucCommand extends Command { protected function configure() { $this->setName('bar:buc'); } }
💾 Save Changes
❌ Cancel