REBELinBLUE\Deployer\Contracts\Repositories\CommandRepositoryInterface::updateById PHP Méthode

updateById() public méthode

public updateById ( array $fields, integer $model_id ) : Model
$fields array
$model_id integer
Résultat Illuminate\Database\Eloquent\Model
    public function updateById(array $fields, $model_id);