Skip to content

Commit 9732195

Browse files
committed
add laravel
1 parent 3b5af0b commit 9732195

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/TestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public function setUp(): void
1515
protected function getPackageProviders($app)
1616
{
1717
return [
18-
// AppServiceProvider::class,
18+
AppServiceProvider::class,
1919
];
2020
}
2121

0 commit comments

Comments
 (0)