Skip to content

Commit

Permalink
chore(directive): Update directive class namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Log1x committed Jul 29, 2023
1 parent 21534b4 commit 2844130
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/Directives/Helpers.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<?php

namespace Log1x\SageDirectives;
namespace Log1x\SageDirectives\Directives;

use Illuminate\Support\Str;
use Log1x\SageDirectives\Util;

return [

Expand Down
4 changes: 3 additions & 1 deletion src/Directives/WordPress.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<?php

namespace Log1x\SageDirectives;
namespace Log1x\SageDirectives\Directives;

use Log1x\SageDirectives\Util;

return [

Expand Down

0 comments on commit 2844130

Please sign in to comment.