aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/tests/plugin/fixtures/e2e-script-command/src/SingleAppCommand.php
blob: 89e17fe9a3f8baebca50b6efaa944de2d098d3b3 (plain)
1
2
3
4
5
6
7
8
9
<?php

namespace ShirabeTest\ScriptCommand;

use Symfony\Component\Console\SingleCommandApplication;

class SingleAppCommand extends SingleCommandApplication
{
}