Rename Interfaces to Contracts to better match Laravel conventions
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
namespace Modules\Installer\Services;
|
||||
|
||||
use App\Interfaces\Service;
|
||||
use App\Contracts\Service;
|
||||
use Illuminate\Encryption\Encrypter;
|
||||
use Log;
|
||||
use Nwidart\Modules\Support\Stub;
|
||||
|
||||
Reference in New Issue
Block a user