mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 11:16:39 -05:00
Add blank line between two if conditional blocks in the dashboard model
This commit is contained in:
parent
452696fc1f
commit
7d2e3cd782
1 changed files with 1 additions and 0 deletions
|
@ -225,6 +225,7 @@ class DashboardModel extends Model
|
||||||
if (array_key_exists('max_width', $column)) {
|
if (array_key_exists('max_width', $column)) {
|
||||||
$max_width = $column['max_width'];
|
$max_width = $column['max_width'];
|
||||||
}
|
}
|
||||||
|
|
||||||
// Update the maximum height if it's been configured
|
// Update the maximum height if it's been configured
|
||||||
if (array_key_exists('max_height', $column)) {
|
if (array_key_exists('max_height', $column)) {
|
||||||
$max_height = $column['max_height'];
|
$max_height = $column['max_height'];
|
||||||
|
|
Loading…
Reference in a new issue