Rename Interfaces to Contracts to better match Laravel conventions
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
namespace App\Repositories;
|
||||
|
||||
use App\Exceptions\SettingNotFound;
|
||||
use App\Interfaces\Repository;
|
||||
use App\Contracts\Repository;
|
||||
use App\Models\Setting;
|
||||
use Illuminate\Support\Carbon;
|
||||
use Log;
|
||||
|
||||
Reference in New Issue
Block a user