Skip to content

Commit 4bae429

Browse files
authored
Merge pull request #1 from medisun/master
proper paths for bootstrap
2 parents 7e4930d + 42d4334 commit 4bae429

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php declare(strict_types = 1);
22

3-
$app = require_once __DIR__ . '/../../bootstrap/app.php';
3+
$app = require_once __DIR__ . '/../../../bootstrap/app.php';
44

55
$app->make(\Illuminate\Contracts\Console\Kernel::class)->bootstrap();

extension.neon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ services:
1919
- phpstan.broker.dynamicFunctionReturnTypeExtension
2020

2121
parameters:
22-
bootstrap: %rootDir%/vendor/weebly/phpstan-laravel/bootstrap.php
22+
bootstrap: %rootDir%/../../weebly/phpstan-laravel/bootstrap.php

0 commit comments

Comments
 (0)