/var/www/vhosts/ihelp.ro/httpdocs/vendor/mirko-pagliai/cakephp-thumber/src
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/mirko-pagliai/cakephp-thumber/src/Plugin.php (1671B)
concatenate(ROOT, 'vendor', 'mirko-pagliai', 'php-thumber', 'config', 'bootstrap.php');
}
/**
* Add console commands for the plugin
* @param \Cake\Console\CommandCollection $commands The command collection to update
* @return \Cake\Console\CommandCollection
* @since 1.7.1
*/
public function console(CommandCollection $commands): CommandCollection
{
return $commands->add('thumber.clear', ClearCommand::class)
->add('thumber.clear_all', ClearAllCommand::class);
}
}