/
var
/
www
/
vhosts
/
ihelp.ro
/
httpdocs
/
vendor
/
cakedc
/
users
/
tests
/
App
/
Controller
/
/var/www/vhosts/ihelp.ro/httpdocs/vendor/cakedc/users/tests/App/Controller
mkdir
upload
Name
Size
Mode
Actions
AppController.php
888
0644
edit
dl
rm
Edit:
/var/www/vhosts/ihelp.ro/httpdocs/vendor/cakedc/users/tests/App/Controller/AppController.php
(888B)
<?php declare(strict_types=1); /** * Copyright 2010 - 2019, Cake Development Corporation (https://www.cakedc.com) * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * * @copyright Copyright 2010 - 2018, Cake Development Corporation (https://www.cakedc.com) * @license MIT License (http://www.opensource.org/licenses/mit-license.php) */ namespace CakeDC\Users\Test\App\Controller; use Cake\Controller\Controller; /** * This is a placeholder class. * Create the same file in app/Controller/AppController.php * * Add your application-wide methods in the class below, your controllers * will inherit them. * */ class AppController extends Controller { public function initialize(): void { parent::initialize(); $this->loadComponent('Flash'); $this->loadComponent('RequestHandler'); } }
Save
cmd:
run