Eloquent::lockForUpdate PHP Method

lockForUpdate() public static method

Lock the selected rows in the table for updating.
public static lockForUpdate ( ) : Builder
return Illuminate\Database\Query\Builder
        public static function lockForUpdate()
        {
            return \Illuminate\Database\Query\Builder::lockForUpdate();
        }
Eloquent