Skip to content

Commit

Permalink
fix winter detection path
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeTowers committed Mar 8, 2021
1 parent 61ecd3c commit d136c1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap/autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
|
*/

$helperPath = __DIR__.'/../vendor/wintercms/storm/src/Support/helpers.php';
$helperPath = __DIR__.'/../vendor/winter/storm/src/Support/helpers.php';

if (!file_exists($helperPath)) {
echo 'Missing vendor files, try running "composer install" or use the Wizard installer.'.PHP_EOL;
Expand Down

0 comments on commit d136c1f

Please sign in to comment.