Skip to content

Commit

Permalink
fixed reference to composer autoload.php that wasn't working when run…
Browse files Browse the repository at this point in the history
…ning php public/index.php from the docker container terminal
  • Loading branch information
illmatix committed Nov 29, 2024
1 parent 1dd15a3 commit c4ea766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/index.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
declare(strict_types=1);

require '../vendor/autoload.php';
require_once __DIR__ . '/../vendor/autoload.php';

use illmatix\RandomSequence\SequenceGenerator;

Expand Down

0 comments on commit c4ea766

Please sign in to comment.