Merge pull request #1818 from CachetHQ/settings

Renamed "Config" to "Settings"
This commit is contained in:
James Brooks
2016-05-24 18:35:23 +01:00
2 changed files with 2 additions and 2 deletions

View File

@@ -11,8 +11,8 @@
namespace CachetHQ\Cachet\Foundation\Providers;
use CachetHQ\Cachet\Config\Repository;
use CachetHQ\Cachet\Models\Setting as SettingModel;
use CachetHQ\Cachet\Settings\Repository;
use Exception;
use Illuminate\Support\ServiceProvider;

View File

@@ -9,7 +9,7 @@
* file that was distributed with this source code.
*/
namespace CachetHQ\Cachet\Config;
namespace CachetHQ\Cachet\Settings;
use CachetHQ\Cachet\Models\Setting;