chg: [internal] Remove unused method

pull/7583/head
Jakub Onderka 2021-07-21 17:57:25 +02:00
parent 84a9b004cd
commit 525339e333
1 changed files with 0 additions and 5 deletions

View File

@ -2929,11 +2929,6 @@ class AppModel extends Model
return APP . 'files';
}
public function getDefaultTmp_dir()
{
return sys_get_temp_dir();
}
private function __bumpReferences()
{
$this->Event = ClassRegistry::init('Event');