Merge pull request #1818 from CachetHQ/settings
Renamed "Config" to "Settings"
This commit is contained in:
@@ -11,8 +11,8 @@
|
|||||||
|
|
||||||
namespace CachetHQ\Cachet\Foundation\Providers;
|
namespace CachetHQ\Cachet\Foundation\Providers;
|
||||||
|
|
||||||
use CachetHQ\Cachet\Config\Repository;
|
|
||||||
use CachetHQ\Cachet\Models\Setting as SettingModel;
|
use CachetHQ\Cachet\Models\Setting as SettingModel;
|
||||||
|
use CachetHQ\Cachet\Settings\Repository;
|
||||||
use Exception;
|
use Exception;
|
||||||
use Illuminate\Support\ServiceProvider;
|
use Illuminate\Support\ServiceProvider;
|
||||||
|
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
* file that was distributed with this source code.
|
* file that was distributed with this source code.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace CachetHQ\Cachet\Config;
|
namespace CachetHQ\Cachet\Settings;
|
||||||
|
|
||||||
use CachetHQ\Cachet\Models\Setting;
|
use CachetHQ\Cachet\Models\Setting;
|
||||||
|
|
||||||
Reference in New Issue
Block a user