Skip to content

Commit

Permalink
updated namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
erikaheidi committed Jun 1, 2022
1 parent 96a0e8a commit 2f2c569
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Minicli\Demo;
namespace Vendor\Demo;

use Minicli\Command\CommandController;

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"keywords": ["cli","command-line", "template"],
"autoload": {
"psr-4": {
"Minicli\\": "src/"
"Vendor\\": "Command/"
}
},
"require": {
Expand Down
2 changes: 1 addition & 1 deletion minicli
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use Minicli\Exception\CommandNotFoundException;

$app = new App([
'app_path' => [
__DIR__ . '/src'
__DIR__ . '/Command'
],
'debug' => true
]);
Expand Down

0 comments on commit 2f2c569

Please sign in to comment.