We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 707e7b1 + ddb4390 commit 101a64bCopy full SHA for 101a64b
app/Nova/MataAnggaran.php
@@ -146,7 +146,7 @@ public function actions(NovaRequest $request)
146
return true;
147
}
148
149
- return $this->resource instanceof Model && ($this->is_manual);
+ return $this->resource instanceof Model && $this->is_manual;
150
});
151
152
return $actions;
0 commit comments