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 6adff43 commit 3787c42Copy full SHA for 3787c42
tests/fixture/app/Providers/FixtureServiceProvider.php
@@ -14,7 +14,7 @@ private function registerAliases()
14
{
15
$this->app->booting(function () {
16
$loader = AliasLoader::getInstance();
17
- $loader->alias('Fixture\Alias\Post', Post::class);
+ $loader->alias('Acme\Alias\Post', Post::class);
18
});
19
}
20
0 commit comments