Skip to content

Commit c5e2dc8

Browse files
authored
Update project-structure
1 parent 4991e0c commit c5e2dc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/project-structure

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
declare(strict_types=1);
55

6-
require_once __DIR__ . '/../vendor/autoload.php';
6+
require_once 'vendor/autoload.php';
77

88
use Yohns\ProjectStructure\Command\GenerateStructureCommand;
99
use Yohns\ProjectStructure\Command\CreateFromStructureCommand;
@@ -15,4 +15,4 @@ $application = new Application('Project Structure Manager', '1.0.0');
1515
$application->add(new GenerateStructureCommand());
1616
$application->add(new CreateFromStructureCommand());
1717

18-
$application->run();
18+
$application->run();

0 commit comments

Comments
 (0)