Skip to content

Commit

Permalink
Fix code style (php-cs-fixer)
Browse files Browse the repository at this point in the history
  • Loading branch information
stancl committed Apr 25, 2021
1 parent 0e45cfd commit bb1a737
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/WithExplicitAccess.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

namespace Lean\LivewireAccess;

use ReflectionMethod;
use ReflectionProperty;
use Illuminate\Support\Str;
use ReflectionClass;
use ReflectionMethod;
use ReflectionProperty;

trait WithExplicitAccess
{
Expand Down

0 comments on commit bb1a737

Please sign in to comment.