Adopt short array syntax
Since PHP 5.4 the short array syntax `[]` may be used instead of `array()`.
This commit is contained in:
@@ -665,7 +665,7 @@
|
||||
</div>
|
||||
<!-- ./box-body -->
|
||||
</div>
|
||||
<?php \Event::fire('service.desk.admin.settings', array()); ?>
|
||||
<?php \Event::fire('service.desk.admin.settings', []); ?>
|
||||
|
||||
|
||||
@stop
|
||||
|
Reference in New Issue
Block a user