From bb1a737b3ab635abdeeea0ad7c435cda0f443f80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Sun, 25 Apr 2021 17:45:03 +0000 Subject: [PATCH] Fix code style (php-cs-fixer) --- src/WithExplicitAccess.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/WithExplicitAccess.php b/src/WithExplicitAccess.php index c73da03..d713b9b 100644 --- a/src/WithExplicitAccess.php +++ b/src/WithExplicitAccess.php @@ -4,10 +4,10 @@ namespace Lean\LivewireAccess; -use ReflectionMethod; -use ReflectionProperty; use Illuminate\Support\Str; use ReflectionClass; +use ReflectionMethod; +use ReflectionProperty; trait WithExplicitAccess {