laravel api renaming

This commit is contained in:
Pig Fang 2018-07-13 22:57:01 +08:00
parent c82d9e55a4
commit 5b485b7b10
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ class KeyRandomCommand extends Command
*
* @return void
*/
public function fire()
public function handle()
{
$key = $this->generateRandomKey();

View File

@ -25,7 +25,7 @@ class SaltRandomCommand extends Command
*
* @return void
*/
public function fire()
public function handle()
{
$salt = $this->generateRandomSalt();