Formatting

This commit is contained in:
Marcus Moore 2023-12-21 12:02:54 -08:00
parent 6fcbb108c6
commit 5c0c60a5b9
No known key found for this signature in database
2 changed files with 3 additions and 5 deletions

View file

@ -52,9 +52,9 @@ class ReportTemplate extends Model
// @todo: this method feels more like "radioShouldBeChecked" or something...
// @todo: improve the variable names...
if (array_has($this->options, $property) && $this->options[$property] === $value) {
return $return;
}
if (array_has($this->options, $property) && $this->options[$property] === $value) {
return $return;
}
// this is currently throwing an error. $property is coming through as a string and it needs to be an array
return null;

View file

@ -434,8 +434,6 @@
</div>
</div>
</div> <!-- /.box-body-->
<div class="box-footer text-right">
@if (request()->routeIs('report-templates.edit'))