Skip to content

Commit

Permalink
Set firefly working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
eugabrielsilva committed May 17, 2024
1 parent b6620a7 commit 27d683e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions firefly
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
---------------------------------------------
*/

// Change working directory
chdir(__DIR__);

// Check Composer files
if(!file_exists('vendor/autoload.php')){
die('Composer packages were not found!' . PHP_EOL .
Expand Down

0 comments on commit 27d683e

Please sign in to comment.