cakephp / app

CakePHP application template
366 stars 390 forks source link

added info and warning flash elements #874

Closed LordSimal closed 2 years ago

LordSimal commented 2 years ago

image

$this->Flash->success('Success');
$this->Flash->info('Info');
$this->Flash->warning('Warning');
$this->Flash->error('Error');

Relates to https://github.com/cakephp/cakephp/pull/16178