Skip to content

Commit

Permalink
Update console
Browse files Browse the repository at this point in the history
  • Loading branch information
Mediashare authored May 21, 2021
1 parent 54dfccb commit 476714a
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions bin/console
Original file line number Diff line number Diff line change
@@ -1,17 +1,7 @@
#!/env/php
#!php
<?php
require '../vendor/autoload.php';
require __DIR__.'/../vendor/autoload.php';

use Mediashare\Modules\Arguments;
use Mediashare\Modules\Output;
use Kzu\Command;

Class Console {
use Command;
public function run() {
Command::$arguments = new Arguments();
Command::$output = new Output();
Command::run();
}

}

$app = Command::run($argv);

0 comments on commit 476714a

Please sign in to comment.