File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55use Cake \Database \Driver \Mysql ;
66use Cake \Log \Engine \FileLog ;
77use Cake \Mailer \Transport \MailTransport ;
8+
89use function Cake \Core \env ;
910
1011return [
456457 'fixtureStrategy ' => null ,
457458 ],
458459];
459-
Original file line number Diff line number Diff line change 11<?php
2+
23/**
34 * CakePHP(tm) : Rapid Development Framework (https://cakephp.org)
45 * Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
1213 * @since 3.3.0
1314 * @license https://opensource.org/licenses/mit-license.php MIT License
1415 */
16+
1517namespace App ;
1618
1719use Authentication \AuthenticationService ;
3840 * This defines the bootstrapping logic and middleware layers you
3941 * want to use in your application.
4042 */
41- class Application extends BaseApplication
42- implements AuthenticationServiceProviderInterface,
43+ class Application extends BaseApplication implements
44+ AuthenticationServiceProviderInterface,
4345 AuthorizationServiceProviderInterface
4446{
4547 /**
You can’t perform that action at this time.
0 commit comments