Renamed "Config" to "Settings"

This commit is contained in:
Graham Campbell
2016-05-24 17:48:13 +01:00
parent ff939e356e
commit 053e3e9477
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;