Skip to content

Commit

Permalink
~ Fixed alias registration
Browse files Browse the repository at this point in the history
  • Loading branch information
tylernathanreed committed Sep 26, 2020
1 parent 1bdbd78 commit d9fc851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SMSServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ protected function registerServices()

foreach($allAliases as $key => $aliases) {
foreach($aliases as $alias) {
$this->app->alias($key, $aliases);
$this->app->alias($key, $alias);
}
}
}
Expand Down

0 comments on commit d9fc851

Please sign in to comment.