diff options
| author | Lester Caine <lester@lsces.co.uk> | 2026-05-16 13:43:47 +0100 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2026-05-16 13:43:47 +0100 |
| commit | 80e5e4ba2faea909753fcae960e752797e912dc0 (patch) | |
| tree | a8cb3a8bc0881cc4e8d15112b9211c77d2bc9251 /plugins/data.div.php | |
| parent | 5d332df4b29a25124fa4f67a0915e7f65b0edd1d (diff) | |
| download | liberty-80e5e4ba2faea909753fcae960e752797e912dc0.tar.gz liberty-80e5e4ba2faea909753fcae960e752797e912dc0.tar.bz2 liberty-80e5e4ba2faea909753fcae960e752797e912dc0.zip | |
Move plugins to correct namespace
Diffstat (limited to 'plugins/data.div.php')
| -rwxr-xr-x | plugins/data.div.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/data.div.php b/plugins/data.div.php index 5c57c67..828eecf 100755 --- a/plugins/data.div.php +++ b/plugins/data.div.php @@ -1,7 +1,8 @@ <?php -namespace Bitweaver; +namespace Bitweaver\Liberty; +use Bitweaver\KernelTools; use Bitweaver\Liberty\LibertyContent; /** |
