mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -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: this method feels more like "radioShouldBeChecked" or something...
|
||||||
// @todo: improve the variable names...
|
// @todo: improve the variable names...
|
||||||
|
|
||||||
if (array_has($this->options, $property) && $this->options[$property] === $value) {
|
if (array_has($this->options, $property) && $this->options[$property] === $value) {
|
||||||
return $return;
|
return $return;
|
||||||
}
|
}
|
||||||
// this is currently throwing an error. $property is coming through as a string and it needs to be an array
|
// this is currently throwing an error. $property is coming through as a string and it needs to be an array
|
||||||
|
|
||||||
return null;
|
return null;
|
||||||
|
|
|
@ -434,8 +434,6 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div> <!-- /.box-body-->
|
</div> <!-- /.box-body-->
|
||||||
<div class="box-footer text-right">
|
<div class="box-footer text-right">
|
||||||
@if (request()->routeIs('report-templates.edit'))
|
@if (request()->routeIs('report-templates.edit'))
|
||||||
|
|
Loading…
Reference in a new issue