Move models into Models dir

This commit is contained in:
Henry Whitaker
2021-04-10 22:32:51 +01:00
parent 0b8ccfd8d3
commit 99c64af482
55 changed files with 55 additions and 55 deletions

View File

@@ -3,7 +3,7 @@
namespace App\Helpers;
use App\Events\TestNotificationEvent;
use App\Setting;
use App\Models\Setting;
use Cache;
use Carbon\Carbon;