Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
youchenlee committed May 11, 2017
1 parent eb5af1a commit 8d8dacb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Setting/SettingServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public function boot()
*/
public function register()
{
$this->app->bind('Setting', '\Unisharp\Setting');
$this->app->bind('Setting', '\Unisharp\Setting\Setting');

$this->app->bind('\Unisharp\Setting\SettingStorageContract', '\Unisharp\Setting\EloquentStorage');
}
Expand Down

0 comments on commit 8d8dacb

Please sign in to comment.