fix: already included at AppController level

pull/9540/head
Luciano Righetti 2024-02-01 11:13:30 +01:00
parent 5d60d318ea
commit 5495ea7da9
1 changed files with 0 additions and 3 deletions

View File

@ -14,13 +14,10 @@ use Cake\Core\Configure;
use Cake\Event\EventInterface;
use Cake\Http\Exception\MethodNotAllowedException;
use Cake\Http\Exception\NotFoundException;
use Cake\ORM\Locator\LocatorAwareTrait;
use Exception;
class FeedsController extends AppController
{
use LocatorAwareTrait;
public $paginate = [
'limit' => 60,
'order' => [