Das Handbuch»Entwickeln mit CakePHP»Konfiguration»Die Konfigurations Klasse»Configure Methods»delete
3.4.3.1.3 delete
delete(string $key)
Used to delete information from the application’s configuration.
Configure::delete('Company.name');
Configure::delete('Company.name');
See comments for this section
