Added API/Endpoint abstract class
- (re)Added Endpoints folder to both API and Router - fixed syntax in namespaces - xhr.responseJSON is returned to the fail() - fixed Router endpoints (view in browser, cron,...)
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
<?php
|
||||
use \MailPoet\API\Segments;
|
||||
use \MailPoet\API\Endpoints\Segments;
|
||||
use \MailPoet\Models\Segment;
|
||||
|
||||
class SegmentsTest extends MailPoetTest {
|
||||
|
Reference in New Issue
Block a user