Commit 738f224e authored by duxet's avatar duxet

Fix warning about TestCase::getPackageProviders()

parent 2134300b
......@@ -5,9 +5,10 @@ class TestCase extends Orchestra\Testbench\TestCase {
/**
* Get package providers.
*
* @param \Illuminate\Foundation\Application $app
* @return array
*/
protected function getPackageProviders()
protected function getPackageProviders($app)
{
return array(
'Jenssegers\Mongodb\MongodbServiceProvider',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment