Skip to content

Commit

Permalink
Remove alias from service provider.
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Nov 7, 2013
1 parent 9ecbe1a commit 7493626
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/Orchestra/Support/MessagesServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@ public function register()
$this->app['orchestra.messages'] = $this->app->share(function () {
return new Messages;
});

$this->app->booting(function () {
$loader = AliasLoader::getInstance();
$loader->alias('Orchestra\Messages', 'Orchestra\Support\Facades\Messages');
});
}

/**
Expand Down

0 comments on commit 7493626

Please sign in to comment.