Esensi\Model\Observers\HashingModelObserver::updating PHP Method

updating() public method

Listener hashes the hashable attributes before save.
public updating ( Esensi\Model\Contracts\HashingModelInterface $model )
$model Esensi\Model\Contracts\HashingModelInterface
    public function updating(HashingModelInterface $model)
    {
        $this->performHashing($model, 'updating');
    }