Skip to content

Commit

Permalink
Dont use facades
Browse files Browse the repository at this point in the history
  • Loading branch information
ajthinking committed Aug 4, 2020
1 parent 94a03af commit 7b99eac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Endpoints/PHP/Implements_.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace Archetype\Endpoints\PHP;

use Archetype\Endpoints\EndpointProvider;
use Arr;
use Illuminate\Support\Arr;

class Implements_ extends EndpointProvider
{
Expand Down
4 changes: 2 additions & 2 deletions src/Endpoints/PHP/Use_.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
use PhpParser\NodeFinder;
use PhpParser\Node\Stmt\Use_ as PhpParserUse_;
use PhpParser\NodeTraverser;
use Arr;
use Str;
use Illuminate\Support\Arr;
use Illuminate\Support\Str;

class Use_ extends EndpointProvider
{
Expand Down

0 comments on commit 7b99eac

Please sign in to comment.