diff options
| author | Lester Caine <lester@lsces.co.uk> | 2026-05-16 13:45:29 +0100 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2026-05-16 13:45:29 +0100 |
| commit | 3afdd33b26253cf6480c322d8ba8a3da3cde0d66 (patch) | |
| tree | 10edbd922177c8e74da644b967b4d60a6498575a | |
| parent | 57fc0448e118d27d792b676f3929931c79b4fa06 (diff) | |
| download | calendar-3afdd33b26253cf6480c322d8ba8a3da3cde0d66.tar.gz calendar-3afdd33b26253cf6480c322d8ba8a3da3cde0d66.tar.bz2 calendar-3afdd33b26253cf6480c322d8ba8a3da3cde0d66.zip | |
Move plugin to correct namespace
| -rw-r--r-- | liberty_plugins/data.calendar.php | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/liberty_plugins/data.calendar.php b/liberty_plugins/data.calendar.php index bb38a8e..42f67a8 100644 --- a/liberty_plugins/data.calendar.php +++ b/liberty_plugins/data.calendar.php @@ -1,8 +1,4 @@ <?php - -use Bitweaver\BitDate; -use Bitweaver\KernelTools; - /** * @version $Revision$ * @package liberty @@ -23,6 +19,11 @@ use Bitweaver\KernelTools; // +----------------------------------------------------------------------+ // $Id$ +namespace Bitweaver\Liberty; + +use Bitweaver\BitDate; +use Bitweaver\KernelTools; + /** * definitions */ |
