From 17b507c66be3c5f30e3a625ce0e590c3b839f6e7 Mon Sep 17 00:00:00 2001 From: Adrian Ocneanu Date: Sun, 11 Mar 2018 04:58:19 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/app/Classes/Attributes/Structure.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/Classes/Attributes/Structure.php b/src/app/Classes/Attributes/Structure.php index 3c0f1133..fd5dca98 100644 --- a/src/app/Classes/Attributes/Structure.php +++ b/src/app/Classes/Attributes/Structure.php @@ -7,6 +7,6 @@ class Structure const Mandatory = ['routePrefix', 'readSuffix', 'columns']; const Optional = [ - 'name', 'icon', 'crtNo', 'appends', 'buttons', 'writeSuffix', 'lengthMenu', 'auth' + 'name', 'icon', 'crtNo', 'appends', 'buttons', 'writeSuffix', 'lengthMenu', 'auth', ]; }