Skip to content

Commit

Permalink
Change namespace to support
Browse files Browse the repository at this point in the history
  • Loading branch information
francoism90 committed Apr 16, 2024
1 parent d7876b3 commit c33c7c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Foxws\WireUse\Views\Components;
namespace Foxws\WireUse\Views\Support;

use Foxws\WireUse\Views\Concerns\WithHash;
use Foxws\WireUse\Views\Concerns\WithLivewire;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Foxws\WireUse\Views\Components;
namespace Foxws\WireUse\Views\Support;

use Foxws\WireUse\Auth\Concerns\WithAuthentication;
use Foxws\WireUse\Auth\Concerns\WithAuthorization;
Expand Down

0 comments on commit c33c7c1

Please sign in to comment.