'timestamp', 'updated_at' => 'timestamp', ]; public function Produits(): BelongsToMany { return $this->belongsToMany('App\Models\Produits', 'produits_categories', 'categories_id', 'products_id'); } }