belongsToMany(Permission::class)->withTimestamps(); } public function users(): BelongsToMany { return $this->belongsToMany(User::class)->withTimestamps(); } }