Rename Interfaces to Contracts to better match Laravel conventions
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
namespace App\Cron\Hourly;
|
||||
|
||||
use App\Events\CronHourly;
|
||||
use App\Interfaces\Listener;
|
||||
use App\Contracts\Listener;
|
||||
use App\Models\Bid;
|
||||
use Carbon\Carbon;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user