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