Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Aug 11, 2023
1 parent 0836caa commit 3af3130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion canvas
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?php

$workingPath = getcwd();
$config = ['preset' => 'laravel'];
$config = ['preset' => is_file("{$workingPath}/artisan") ? 'laravel' : 'package'];

require $_composer_autoload_path ?? __DIR__.'/vendor/autoload.php';

Expand Down

0 comments on commit 3af3130

Please sign in to comment.