Skip to content

Commit 2f2c569

Browse files
committed
updated namespaces
1 parent 96a0e8a commit 2f2c569

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Demo/DefaultController.php renamed to Command/Demo/DefaultController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace Minicli\Demo;
3+
namespace Vendor\Demo;
44

55
use Minicli\Command\CommandController;
66

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"keywords": ["cli","command-line", "template"],
88
"autoload": {
99
"psr-4": {
10-
"Minicli\\": "src/"
10+
"Vendor\\": "Command/"
1111
}
1212
},
1313
"require": {

minicli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ use Minicli\Exception\CommandNotFoundException;
1212

1313
$app = new App([
1414
'app_path' => [
15-
__DIR__ . '/src'
15+
__DIR__ . '/Command'
1616
],
1717
'debug' => true
1818
]);

0 commit comments

Comments
 (0)