promotion 1.0
This commit is contained in:
parent
1cc8e025a1
commit
570d428b1c
60 changed files with 1596 additions and 272 deletions
|
|
@ -53,6 +53,10 @@ use Illuminate\Database\Eloquent\Collection;
|
|||
* @property-read int|null $promotion_admin_products_active_count
|
||||
* @method static \Illuminate\Database\Eloquent\Builder|PromotionAdmin whereShop($value)
|
||||
* @method static \Illuminate\Database\Eloquent\Builder|PromotionAdmin whereType($value)
|
||||
* @property string|null $user_description
|
||||
* @property string|null $user_about
|
||||
* @method static \Illuminate\Database\Eloquent\Builder|PromotionAdmin whereUserAbout($value)
|
||||
* @method static \Illuminate\Database\Eloquent\Builder|PromotionAdmin whereUserDescription($value)
|
||||
*/
|
||||
class PromotionAdmin extends Model
|
||||
{
|
||||
|
|
@ -77,6 +81,8 @@ class PromotionAdmin extends Model
|
|||
'type',
|
||||
'name',
|
||||
'description',
|
||||
'user_description',
|
||||
'user_about',
|
||||
'from',
|
||||
'to',
|
||||
'shop',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue