Skip to content

Commit b6ebb39

Browse files
committed
Fixed namespace
1 parent a9038f4 commit b6ebb39

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Command/Create/ContentController.php

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

3-
namespace Librarian\Create;
3+
namespace librarianphp\Create;
44

55
use Minicli\Stencil;
66
use Minicli\Command\CommandController;

Command/Create/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 Librarian\Create;
3+
namespace librarianphp\Create;
44

55
use Minicli\App;
66
use Minicli\Command\CommandController;

0 commit comments

Comments
 (0)