mirror of
https://github.com/espocrm/espocrm.git
synced 2026-03-03 03:57:01 +00:00
cs fix
This commit is contained in:
@@ -29,9 +29,7 @@
|
||||
|
||||
include "bootstrap.php";
|
||||
|
||||
use Espo\Core\{
|
||||
Application,
|
||||
ApplicationRunners\Command,
|
||||
};
|
||||
use Espo\Core\Application;
|
||||
use Espo\Core\ApplicationRunners\Command;
|
||||
|
||||
(new Application())->run(Command::class);
|
||||
|
||||
Reference in New Issue
Block a user