Skip to content

Commit 942df19

Browse files
authored
Merge pull request #87 from Elycin/master
Putting namespace ahead of use statements.
2 parents a687345 + ab4d107 commit 942df19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Builder.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
* This file is inspired by Builder from Laravel ChartJS - Brian Faust
55
*/
66

7-
use Illuminate\Support\Arr;
8-
97
namespace Fx3costa\LaravelChartJs;
108

9+
use Illuminate\Support\Arr;
10+
1111
class Builder
1212
{
1313
/**

0 commit comments

Comments
 (0)