mirror of
https://github.com/archtechx/livewire-access.git
synced 2025-12-12 12:24:03 +00:00
Fix code style (php-cs-fixer)
This commit is contained in:
parent
0e45cfdc6e
commit
bb1a737b3a
1 changed files with 2 additions and 2 deletions
|
|
@ -4,10 +4,10 @@ declare(strict_types=1);
|
|||
|
||||
namespace Lean\LivewireAccess;
|
||||
|
||||
use ReflectionMethod;
|
||||
use ReflectionProperty;
|
||||
use Illuminate\Support\Str;
|
||||
use ReflectionClass;
|
||||
use ReflectionMethod;
|
||||
use ReflectionProperty;
|
||||
|
||||
trait WithExplicitAccess
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue