value . ' ' . $this->value; } public function view(): string { return RolePermissionPrefixes::View->value . ' ' . $this->value; } public function create(): string { return RolePermissionPrefixes::Create->value . ' ' . $this->value; } public function update(): string { return RolePermissionPrefixes::Update->value . ' ' . $this->value; } }