Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
aocneanu authored and StyleCIBot committed Mar 11, 2018
1 parent 2a62dd2 commit 17b507c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/Classes/Attributes/Structure.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
];
}

0 comments on commit 17b507c

Please sign in to comment.