mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2025-02-17 14:49:27 +08:00
laravel api renaming
This commit is contained in:
parent
c82d9e55a4
commit
5b485b7b10
@ -25,7 +25,7 @@ class KeyRandomCommand extends Command
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function fire()
|
||||
public function handle()
|
||||
{
|
||||
$key = $this->generateRandomKey();
|
||||
|
||||
|
@ -25,7 +25,7 @@ class SaltRandomCommand extends Command
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function fire()
|
||||
public function handle()
|
||||
{
|
||||
$salt = $this->generateRandomSalt();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user