Skip to content

Commit bb1a737

Browse files
committed
Fix code style (php-cs-fixer)
1 parent 0e45cfd commit bb1a737

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/WithExplicitAccess.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44

55
namespace Lean\LivewireAccess;
66

7-
use ReflectionMethod;
8-
use ReflectionProperty;
97
use Illuminate\Support\Str;
108
use ReflectionClass;
9+
use ReflectionMethod;
10+
use ReflectionProperty;
1111

1212
trait WithExplicitAccess
1313
{

0 commit comments

Comments
 (0)