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 f580f60 commit 8446f7dCopy full SHA for 8446f7d
tests/TestCase.php
@@ -22,21 +22,4 @@ protected function getPackageProviders($app)
22
{
23
return ['PPSpaces\RepositoryServiceProvider'];
24
}
25
-
26
- /**
27
- * Get package aliases. In a normal app environment these would be added to
28
- * the 'aliases' array in the config/app.php file. If your package exposes an
29
- * aliased facade, you should add the alias here, along with aliases for
30
- * facades upon which your package depends, e.g. Cartalyst/Sentry.
31
- *
32
- * @param \Illuminate\Foundation\Application $app
33
34
- * @return array
35
- */
36
- protected function getPackageAliases($app)
37
- {
38
- return [
39
- 'PPSpaces' => 'PPSpaces\Facade'
40
- ];
41
- }
42
0 commit comments