1
0
Fork 0
mirror of https://github.com/prurigro/hypothetical.git synced 2025-04-12 08:41:33 -04:00

Add blank line between two if conditional blocks in the dashboard model

This commit is contained in:
Kevin MacMartin 2022-06-16 16:00:54 -04:00
parent 452696fc1f
commit 7d2e3cd782

View file

@ -225,6 +225,7 @@ class DashboardModel extends Model
if (array_key_exists('max_width', $column)) {
$max_width = $column['max_width'];
}
// Update the maximum height if it's been configured
if (array_key_exists('max_height', $column)) {
$max_height = $column['max_height'];