cs fix
This commit is contained in:
@@ -29,10 +29,8 @@
|
|||||||
|
|
||||||
namespace Espo\Core\ApplicationRunners;
|
namespace Espo\Core\ApplicationRunners;
|
||||||
|
|
||||||
use Espo\Core\{
|
use Espo\Core\Application\Runner;
|
||||||
Application\Runner,
|
use Espo\Core\Console\CommandManager as ConsoleCommandManager;
|
||||||
Console\CommandManager as ConsoleCommandManager,
|
|
||||||
};
|
|
||||||
|
|
||||||
use Exception;
|
use Exception;
|
||||||
|
|
||||||
|
|||||||
+2
-4
@@ -29,9 +29,7 @@
|
|||||||
|
|
||||||
include "bootstrap.php";
|
include "bootstrap.php";
|
||||||
|
|
||||||
use Espo\Core\{
|
use Espo\Core\Application;
|
||||||
Application,
|
use Espo\Core\ApplicationRunners\Command;
|
||||||
ApplicationRunners\Command,
|
|
||||||
};
|
|
||||||
|
|
||||||
(new Application())->run(Command::class);
|
(new Application())->run(Command::class);
|
||||||
|
|||||||
Reference in New Issue
Block a user