mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-10 07:16:06 -06:00
fixed created_at
This commit is contained in:
parent
8a01f04b1b
commit
d1c53460e1
@ -875,9 +875,6 @@ class AdvsController extends PublicController
|
|||||||
->packageAddCart(\request()->pack_id, $adv->id);
|
->packageAddCart(\request()->pack_id, $adv->id);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->event->dispatch(new EditAd($adv));
|
|
||||||
|
|
||||||
return redirect('/advs/edit_advs/' . $adv->id);
|
return redirect('/advs/edit_advs/' . $adv->id);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -2,4 +2,6 @@
|
|||||||
|
|
||||||
return [
|
return [
|
||||||
'clean_subcategories' => 'Clean Subcategories',
|
'clean_subcategories' => 'Clean Subcategories',
|
||||||
|
'ad_count_calculate' => 'Ad Count Calculate',
|
||||||
|
'cat_level_calculate' => 'Category Level Calculate',
|
||||||
];
|
];
|
||||||
|
|||||||
@ -18,9 +18,11 @@ class CategoryTableBuilder extends TableBuilder
|
|||||||
'href' => '/admin/cats/clean_subcats',
|
'href' => '/admin/cats/clean_subcats',
|
||||||
],
|
],
|
||||||
'adcountcalc' => [
|
'adcountcalc' => [
|
||||||
|
'text' => 'visiosoft.module.cats::view.ad_count_calculate',
|
||||||
'href' => '/admin/cats/adcountcalc',
|
'href' => '/admin/cats/adcountcalc',
|
||||||
],
|
],
|
||||||
'catLevelCalc' => [
|
'catLevelCalc' => [
|
||||||
|
'text' => 'visiosoft.module.cats::view.cat_level_calculate',
|
||||||
'href' => '/admin/cats/catlevelcalc',
|
'href' => '/admin/cats/catlevelcalc',
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user