public function __construct(HasherContract $hasher, $model) { $this->model = $model; $this->hasher = $hasher; }