Rename Interfaces to Contracts to better match Laravel conventions
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
namespace App\Models;
|
||||
|
||||
use App\Interfaces\Model;
|
||||
use App\Contracts\Model;
|
||||
use App\Models\Traits\ReferenceTrait;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user