Rename Interfaces to Contracts to better match Laravel conventions
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
namespace App\Services\Installer;
|
||||
|
||||
use App\Interfaces\Service;
|
||||
use App\Contracts\Service;
|
||||
use App\Models\Setting;
|
||||
use DB;
|
||||
use Log;
|
||||
|
||||
Reference in New Issue
Block a user