mirror of
https://github.com/silverstripe/silverstripe-mathspamprotection
synced 2024-10-22 08:05:52 +02:00
FIX: Change namespace as requested
This commit is contained in:
parent
aaa4de1e95
commit
82d37954bb
@ -4,7 +4,7 @@
|
|||||||
* @package mathspamprotection
|
* @package mathspamprotection
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace SilverStripe\SpamProtection\Maths;
|
namespace SilverStripe\MathSpamProtection;
|
||||||
|
|
||||||
use SilverStripe\SpamProtection\SpamProtector;
|
use SilverStripe\SpamProtection\SpamProtector;
|
||||||
|
|
||||||
|
@ -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;
|
||||||
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user