1
0
mirror of https://github.com/hauke68/Magallanes.git synced 2025-08-26 13:20:17 +02:00

Fix ManuallyTask namespace

namespace Mage\Task\BuiltIn\General
This commit is contained in:
samuel4x4 2014-11-24 00:44:23 +02:00
parent 94673b4af2
commit e9e5ab1d45

View File

@ -9,7 +9,7 @@
* file that was distributed with this source code.
*/
namespace Mage\Task\BuiltIn\Scm;
namespace Mage\Task\BuiltIn\General;
use Mage\Task\AbstractTask;