Skip to content

Commit

Permalink
Updating random stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
arcanedev-maroc committed Jan 10, 2016
1 parent 38c08c5 commit 6c4bb75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/**
* Get the SettingManager instance.
*
* @return \Arcanesoft\Settings\SettingsManager
* @return \Arcanesoft\Settings\Contracts\Settings
*/
function settings()
{
Expand Down
2 changes: 1 addition & 1 deletion src/SettingsServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ private function registerSettingsManager()
{
$this->singleton(
'arcanesoft.settings.manager',
SettingsManager::class
\Arcanesoft\Settings\SettingsManager::class
);

$this->bind(
Expand Down

0 comments on commit 6c4bb75

Please sign in to comment.