Skip to content

Commit 101a64b

Browse files
committed
Merge branch 'main' of https://github.com/laravelwebdev/simpede into main
2 parents 707e7b1 + ddb4390 commit 101a64b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Nova/MataAnggaran.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ public function actions(NovaRequest $request)
146146
return true;
147147
}
148148

149-
return $this->resource instanceof Model && ($this->is_manual);
149+
return $this->resource instanceof Model && $this->is_manual;
150150
});
151151

152152
return $actions;

0 commit comments

Comments
 (0)