Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Jul 28, 2022
1 parent 79c2d67 commit ba03bf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/testing/src/CreatesApplication.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ trait CreatesApplication
*/
public function createApplication(): Application
{
$app = require file_exists(__DIR__.'/../../../app/bootstrap.php') ? __DIR__.'/../../../app/bootstrap.php' : getcwd().'/app/bootstrap.php';
$app = require file_exists(__DIR__.'/../../../app/bootstrap.php') ? __DIR__.'/../../../app/bootstrap.php' : getcwd().'/app/bootstrap.php';

$app->make(Kernel::class)->bootstrap();

Expand Down

0 comments on commit ba03bf5

Please sign in to comment.