Rename Interfaces to Contracts to better match Laravel conventions
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
namespace Modules\Installer\Services;
|
||||
|
||||
|
||||
use App\Interfaces\Service;
|
||||
use App\Contracts\Service;
|
||||
|
||||
class RequirementsService extends Service
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user