Esensi\Model\Contracts\EncryptingModelInterface::setEncrypter PHP Method

setEncrypter() public method

Set the Encrypter to use for encryption.
public setEncrypter ( Illuminate\Encryption\Encrypter $encrypter )
$encrypter Illuminate\Encryption\Encrypter
    public function setEncrypter(Encrypter $encrypter);