FIX: Change namespace as requested

This commit is contained in:
Gordon Anderson 2018-04-20 14:19:30 +07:00
parent aaa4de1e95
commit 82d37954bb
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
* @package mathspamprotection * @package mathspamprotection
*/ */
namespace SilverStripe\SpamProtection\Maths; namespace SilverStripe\MathSpamProtection;
use SilverStripe\SpamProtection\SpamProtector; use SilverStripe\SpamProtection\SpamProtector;

View File

@ -1,5 +1,5 @@
<?php <?php
namespace SilverStripe\SpamProtection\Maths; namespace SilverStripe\MathSpamProtection;
use SilverStripe\Control\Controller; use SilverStripe\Control\Controller;
use SilverStripe\Core\Config\Config; use SilverStripe\Core\Config\Config;

View File

@ -13,7 +13,7 @@
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"SilverStripe\\SpamProtection\\Maths\\": "code/" "SilverStripe\\MathSpamProtection\\": "code/"
} }
}, },
"license": "BSD-3-Clause" "license": "BSD-3-Clause"