Hash::setRounds PHP Method

setRounds() public static method

Set the default password work factor.
public static setRounds ( integer $rounds )
$rounds integer
        public static function setRounds($rounds)
        {
            return \Illuminate\Hashing\BcryptHasher::setRounds($rounds);
        }