Skip to content

Commit ddb4390

Browse files
Merge pull request #129 from laravelwebdev/analysis-lZb67V
Apply fixes from StyleCI
2 parents 10c94ed + 822b37d commit ddb4390

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)