mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-02 08:21:09 -08:00
Formatting
This commit is contained in:
parent
6fcbb108c6
commit
5c0c60a5b9
|
@ -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;
|
||||
|
|
|
@ -434,8 +434,6 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</div> <!-- /.box-body-->
|
||||
<div class="box-footer text-right">
|
||||
@if (request()->routeIs('report-templates.edit'))
|
||||
|
|
Loading…
Reference in a new issue