Skip to content

Commit 921ee37

Browse files
authored
Fixes array syntax
Fixes barryvdh#521
1 parent ab3e80b commit 921ee37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DataCollector/LaravelCollector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,6 @@ public function getWidgets()
6666
"map" => "laravel.locale",
6767
"default" => "",
6868
],
69-
);
69+
];
7070
}
7171
}

0 commit comments

Comments
 (0)