We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2134300 commit 738f224Copy full SHA for 738f224
tests/TestCase.php
@@ -5,9 +5,10 @@ class TestCase extends Orchestra\Testbench\TestCase {
5
/**
6
* Get package providers.
7
*
8
+ * @param \Illuminate\Foundation\Application $app
9
* @return array
10
*/
- protected function getPackageProviders()
11
+ protected function getPackageProviders($app)
12
{
13
return array(
14
'Jenssegers\Mongodb\MongodbServiceProvider',
0 commit comments