Fix view after upgrade to Laravel 5.2

This commit is contained in:
James Cole 2016-01-08 15:55:22 +01:00
parent 4b00db7662
commit c7b47b4453

View File

@ -131,7 +131,7 @@
{% block scripts %}
<script type="text/javascript">
var reportURL = "{{ route('reports.report', ['']) }}";
var reportURL = "{{ route('reports.report', ['','','','']) }}";
var minDate = "{{ start.format('m/d/Y') }}";
var picker;
</script>