Skip to content

Commit

Permalink
Remove unused provides method
Browse files Browse the repository at this point in the history
  • Loading branch information
jenssegers committed Apr 28, 2014
1 parent 4a1ca7d commit 56d716f
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/RollbarServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,4 @@ protected function registerListeners()
});
}

/**
* Get the services provided by the provider.
*
* @return array
*/
public function provides()
{
return array('rollbar');
}
}

0 comments on commit 56d716f

Please sign in to comment.