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/Manager/Script/Console.php | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 src/Manager/Script/Console.php (limited to 'src/Manager/Script/Console.php') diff --git a/src/Manager/Script/Console.php b/src/Manager/Script/Console.php new file mode 100644 index 0000000..5f5d90d --- /dev/null +++ b/src/Manager/Script/Console.php @@ -0,0 +1,24 @@ + + */ + public function __construct() + { + $application = new Application(); + $application->add(new Create()); + $application->run(); + } +} -- cgit v1.2.3