From 62146c4027e48cfbdb4f518de137de8430392e24 Mon Sep 17 00:00:00 2001 From: Fbenas Date: Sun, 18 Feb 2018 22:29:36 +0000 Subject: Split client and manager --- src/Script/Console.php | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 src/Script/Console.php (limited to 'src/Script/Console.php') diff --git a/src/Script/Console.php b/src/Script/Console.php deleted file mode 100644 index 5f5d90d..0000000 --- a/src/Script/Console.php +++ /dev/null @@ -1,24 +0,0 @@ - - */ - public function __construct() - { - $application = new Application(); - $application->add(new Create()); - $application->run(); - } -} -- cgit v1.2.3