partkeepr

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

commit 1b7c493aa5415c65c24008b533f1a82e89ba790e
parent dba866b1bd840873291aba1e69aec532160ae9a2
Author: Timo A. Hummel <timo@netraver.de>
Date:   Thu, 26 May 2011 18:09:29 +0200

Fix: We use the "PartDB2", so add it to the use statement

Diffstat:
Msrc/de/RaumZeitLabor/PartDB2/Footprint/FootprintManagerService.php | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/de/RaumZeitLabor/PartDB2/Footprint/FootprintManagerService.php b/src/de/RaumZeitLabor/PartDB2/Footprint/FootprintManagerService.php @@ -2,8 +2,9 @@ namespace de\raumzeitlabor\PartDB2\Footprint; declare(encoding = 'UTF-8'); -use de\RaumZeitLabor\PartDB2\Service\Service; -use de\RaumZeitLabor\PartDB2\Footprint\FootprintManager; +use de\RaumZeitLabor\PartDB2\Service\Service, + de\RaumZeitLabor\PartDB2\PartDB2, + de\RaumZeitLabor\PartDB2\Footprint\FootprintManager; class FootprintManagerService extends Service { public function getFootprints () {