1
0
Fork 0
mirror of https://github.com/archtechx/livewire-access.git synced 2025-12-12 04:14:03 +00:00

Fix code style (php-cs-fixer)

This commit is contained in:
Samuel Štancl 2021-04-25 17:45:03 +00:00
parent 0e45cfdc6e
commit bb1a737b3a

View file

@ -4,10 +4,10 @@ declare(strict_types=1);
namespace Lean\LivewireAccess; namespace Lean\LivewireAccess;
use ReflectionMethod;
use ReflectionProperty;
use Illuminate\Support\Str; use Illuminate\Support\Str;
use ReflectionClass; use ReflectionClass;
use ReflectionMethod;
use ReflectionProperty;
trait WithExplicitAccess trait WithExplicitAccess
{ {