Skip to content

Commit

Permalink
Merge pull request #1 from medisun/master
Browse files Browse the repository at this point in the history
proper paths for bootstrap
  • Loading branch information
twistor authored Jan 26, 2018
2 parents 7e4930d + 42d4334 commit 4bae429
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bootstrap.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php declare(strict_types = 1);

$app = require_once __DIR__ . '/../../bootstrap/app.php';
$app = require_once __DIR__ . '/../../../bootstrap/app.php';

$app->make(\Illuminate\Contracts\Console\Kernel::class)->bootstrap();
2 changes: 1 addition & 1 deletion extension.neon
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ services:
- phpstan.broker.dynamicFunctionReturnTypeExtension

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

0 comments on commit 4bae429

Please sign in to comment.