D
Size: a a a
D
VY
И
VY
private function truncateMedia(): void
{
DB::table(ICategory::TABLE)->where('id', '>', 0)->delete();
$this->command->info('Table ' . ICategory::TABLE . ' - truncate!');
Artisan::call(
'media:clear-from-type --type=Modules\\\Ads\\\Sale\\\Models\\\Category --collection='
. ICategory::COLLECTION_PHOTO_MAIN . ' --confirm'
);
Artisan::call('media:clear-trash');
}
VY
BC
И
BC
D
BC
И
BC
AH
D
И
ЕК
ad
В
D