Skip to content

Commit 2844130

Browse files
committed
chore(directive): Update directive class namespaces
1 parent 21534b4 commit 2844130

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

src/Directives/Helpers.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
<?php
22

3-
namespace Log1x\SageDirectives;
3+
namespace Log1x\SageDirectives\Directives;
44

55
use Illuminate\Support\Str;
6+
use Log1x\SageDirectives\Util;
67

78
return [
89

src/Directives/WordPress.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<?php
22

3-
namespace Log1x\SageDirectives;
3+
namespace Log1x\SageDirectives\Directives;
4+
5+
use Log1x\SageDirectives\Util;
46

57
return [
68

0 commit comments

Comments
 (0)