Skip to content

Commit

Permalink
Drop package() in serviceProvider
Browse files Browse the repository at this point in the history
  • Loading branch information
jenssegers committed Dec 16, 2014
1 parent 393afe4 commit 73a9c43
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/RollbarServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ class RollbarServiceProvider extends ServiceProvider {
*/
public function boot()
{
// Fix for PSR-4
$this->package('jenssegers/rollbar', 'rollbar', realpath(__DIR__));

$app = $this->app;

// Listen to log messages.
Expand Down

0 comments on commit 73a9c43

Please sign in to comment.