Skip to content

Commit

Permalink
Cleaning the service provider
Browse files Browse the repository at this point in the history
  • Loading branch information
arcanedev-maroc committed Feb 1, 2017
1 parent f4eab4f commit 27076f3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/SettingsServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ public function boot()
public function provides()
{
return [
'arcanesoft.settings.manager',
Contracts\Settings::class,
];
}
Expand Down
1 change: 0 additions & 1 deletion tests/SettingsServiceProviderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ public function it_can_be_instantiated()
public function it_can_provides()
{
$expected = [
'arcanesoft.settings.manager',
\Arcanesoft\Settings\Contracts\Settings::class,
];

Expand Down

0 comments on commit 27076f3

Please sign in to comment.