Welcome Guest, Not a member yet? Register   Sign In
Call to undefined method Config\Encryption::creatKey()
#1

I read the documentation as wrote my exactly based on the doc.

PHP Code:
    $encrypter = \Config\Services::encrypter();
     
$key Encryption::creatKey(32); //Class 'App\Controllers\Encryption' not found
     
$key = \Config\Encryption::creatKey(32); //Call to undefined method Config\Encryption::creatKey() 
Reply


Messages In This Thread
Call to undefined method Config\Encryption::creatKey() - by pars1997 - 09-05-2020, 05:26 AM



Theme © iAndrew 2016 - Forum software by © MyBB