There is a bug in the UsersShell that occurs when users enter invalid or miss arguments
In earlier version the following call was used on multiple places
$this->error()
In later versions it has been changed to
$this->setError()
But this method does not exist in UsersShell.php or Cake\Console\Shell.php
There is a bug in the UsersShell that occurs when users enter invalid or miss arguments
In earlier version the following call was used on multiple places
$this->error()
In later versions it has been changed to
$this->setError()
But this method does not exist in UsersShell.php or Cake\Console\Shell.php