Esensi\Model\Contracts\HashingModelInterface::setHasher PHP Method

setHasher() public method

Set the Hasher to use for hashing.
public setHasher ( Illuminate\Contracts\Hashing\Hasher $hasher )
$hasher Illuminate\Contracts\Hashing\Hasher
    public function setHasher(Hasher $hasher);