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 f9c2b31 commit baf7955Copy full SHA for baf7955
tests/LaravelAmqpTestBase.php
@@ -43,14 +43,13 @@ protected function getEnvironmentSetUp($app)
43
}
44
45
/**
46
- * Get package providers. At a minimum this is the package being tested, but also
47
- * would include packages upon which our package depends, e.g. Cartalyst/Sentry
48
- * In a normal app environment these would be added to the 'providers' array in
49
- * the config/app.php file.
+ * Get package providers.
+ *
+ * @param \Illuminate\Foundation\Application $app
50
*
51
* @return array
52
*/
53
- protected function getPackageProviders()
+ protected function getPackageProviders($app)
54
{
55
return [
56
'Forumhouse\LaravelAmqp\ServiceProvider\LaravelAmqpServiceProvider',
0 commit comments