阶段性更新
This commit is contained in:
@@ -3,13 +3,11 @@
|
||||
namespace App\Models;
|
||||
|
||||
use App\Models\Traits\BelongsToCategory;
|
||||
use App\Models\Traits\HasOneCover;
|
||||
use App\Models\Traits\OrderByIdDesc;
|
||||
use App\Scopes\SortScope;
|
||||
use App\Models\Traits\HasCovers;
|
||||
|
||||
class Advert extends Model
|
||||
{
|
||||
|
||||
use HasOneCover,
|
||||
use HasCovers,
|
||||
BelongsToCategory;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user