'boolean', 'create' => 'boolean', 'read' => 'boolean', 'update' => 'boolean', 'delete' => 'boolean', ]; /** * Get the role assigned to this entity permission. */ public function role(): BelongsTo { return $this->belongsTo(Role::class); } }