|ProductCategory newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder|ProductCategory newQuery() * @method static \Illuminate\Database\Eloquent\Builder|ProductCategory query() * @method static \Illuminate\Database\Eloquent\Builder|ProductCategory whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|ProductCategory whereId($value) * @method static \Illuminate\Database\Eloquent\Builder|ProductCategory whereName($value) * @method static \Illuminate\Database\Eloquent\Builder|ProductCategory whereSlug($value) * @method static \Illuminate\Database\Eloquent\Builder|ProductCategory whereUpdatedAt($value) * * @mixin \Eloquent */ class ProductCategory extends Model { // }