Skip to content

Commit 822b37d

Browse files
committed
Apply fixes from StyleCI
1 parent 10c94ed commit 822b37d

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)