diff options
| author | Lester Caine <lester@lsces.co.uk> | 2026-05-16 13:46:15 +0100 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2026-05-16 13:46:15 +0100 |
| commit | 006594468320fa99289a5374bb47236d00368da7 (patch) | |
| tree | d59366a04fc9bf9d3b532ffcd39bd4024c6931cd | |
| parent | ba4c16d5bcd56bdbe760b2f6ad8b32e293ff04a8 (diff) | |
| download | articles-006594468320fa99289a5374bb47236d00368da7.tar.gz articles-006594468320fa99289a5374bb47236d00368da7.tar.bz2 articles-006594468320fa99289a5374bb47236d00368da7.zip | |
Move plugin to correct namespace
| -rwxr-xr-x | liberty_plugins/data.articles.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/liberty_plugins/data.articles.php b/liberty_plugins/data.articles.php index f9b7591..508e9e9 100755 --- a/liberty_plugins/data.articles.php +++ b/liberty_plugins/data.articles.php @@ -20,6 +20,8 @@ // +----------------------------------------------------------------------+ // $Id$ +namespace Bitweaver\Liberty; + use Bitweaver\Articles\BitArticle; use Bitweaver\KernelTools; |
