Skip to content

Commit

Permalink
remove CRUD plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
gregor-j committed May 27, 2024
1 parent 33a2709 commit 9884e25
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
10 changes: 0 additions & 10 deletions Controller/AppController.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
* @license http://www.opensource.org/licenses/mit-license.php MIT License
*/
App::uses('Controller', 'Controller');
App::uses('CrudControllerTrait', 'Crud.Lib');

/**
* Application Controller
Expand All @@ -34,8 +33,6 @@
*/
class AppController extends Controller {

use CrudControllerTrait;

/**
* List of global controller components
*
Expand All @@ -44,13 +41,6 @@ class AppController extends Controller {
public $components = [
'RequestHandler',
'Session',
'Crud.Crud' => [
'listeners' => [
'Crud.Api',
'Crud.ApiPagination',
'Crud.ApiQueryLog'
]
],
'Paginator' => ['settings' => ['paramType' => 'querystring', 'limit' => 30]]
];

Expand Down
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"kba-team/cakephp": "^2.11",
"josegonzalez/dotenv": "1.*",
"ad7six/dsn": "0.3.*",
"friendsofcake/crud": "^3.1",
"phpunit/phpunit": "^9.5"
},
"minimum-stability": "dev",
Expand Down

0 comments on commit 9884e25

Please sign in to comment.