From c970fabae8cddb2d2029aea699e08445da54aaea Mon Sep 17 00:00:00 2001 From: Alex Solomaha Date: Thu, 9 Mar 2017 22:49:57 +0200 Subject: [PATCH] Rename start command --- commands/{MainController.php => StartCoreServerController.php} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename commands/{MainController.php => StartCoreServerController.php} (93%) diff --git a/commands/MainController.php b/commands/StartCoreServerController.php similarity index 93% rename from commands/MainController.php rename to commands/StartCoreServerController.php index 390da3d..e4c0c70 100644 --- a/commands/MainController.php +++ b/commands/StartCoreServerController.php @@ -10,7 +10,7 @@ use React\EventLoop\Factory; use React\Socket\Server; use yii\console\Controller; -class MainController extends Controller +class StartCoreServerController extends Controller { public function actionIndex($port = 8081) {