partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit 9c288859578ef7fdd458609b35a27cb698129e53
parent fedf52ca57383eb23203324fb493a2ef80e3e4a3
Author: Felicitus <privat@timohummel.com>
Date:   Sat,  5 Feb 2011 23:57:37 +0100

Corrected namespace

Diffstat:
Msrc/de/RaumZeitLabor/PartDB2/Category/CategoryManagerService.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/de/RaumZeitLabor/PartDB2/Category/CategoryManagerService.php b/src/de/RaumZeitLabor/PartDB2/Category/CategoryManagerService.php @@ -1,5 +1,5 @@ <?php -namespace de\raumzeitlabor\PartDB2\Category; +namespace de\RaumZeitLabor\PartDB2\Category; declare(encoding = 'UTF-8'); use de\RaumZeitLabor\PartDB2\Service\Service;