Skip to content

Commit

Permalink
Merge pull request #87 from Elycin/master
Browse files Browse the repository at this point in the history
Putting namespace ahead of use statements.
  • Loading branch information
fxcosta committed Oct 10, 2019
2 parents a687345 + ab4d107 commit 942df19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Builder.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
* This file is inspired by Builder from Laravel ChartJS - Brian Faust
*/

use Illuminate\Support\Arr;

namespace Fx3costa\LaravelChartJs;

use Illuminate\Support\Arr;

class Builder
{
/**
Expand Down

0 comments on commit 942df19

Please sign in to comment.