Skip to content

Commit 3787c42

Browse files
committed
ITT: Alias fixed.
1 parent 6adff43 commit 3787c42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/fixture/app/Providers/FixtureServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ private function registerAliases()
1414
{
1515
$this->app->booting(function () {
1616
$loader = AliasLoader::getInstance();
17-
$loader->alias('Fixture\Alias\Post', Post::class);
17+
$loader->alias('Acme\Alias\Post', Post::class);
1818
});
1919
}
2020

0 commit comments

Comments
 (0)