Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mads Møller Schrøder authored Oct 29, 2020
1 parent 7e8d59e commit 15e045f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

[![Build Status](https://travis-ci.org/Napp/dbalcore.svg?branch=master)](https://travis-ci.org/Napp/dbalcore)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/Napp/dbalcore/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/Napp/dbalcore/?branch=master)
[![Code Coverage](https://scrutinizer-ci.com/g/Napp/dbalcore/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/Napp/dbalcore/?branch=master)
[![codecov](https://codecov.io/gh/Napp/dbalcore/branch/master/graph/badge.svg?token=HiDNnCXY03)](https://codecov.io/gh/Napp/dbalcore/branch/master)
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)


This packages extend the Laravel Query Builder, has a nice `Base Repository` and has a collection of helpful `Criteria` to build queries.
This package extends the Laravel Query Builder, has a nice `Base Repository` and has a collection of helpful `Criteria` to build queries.



Expand Down Expand Up @@ -135,4 +135,4 @@ $pivotData = [
$user->roles()->attachOnDuplicateKey($pivotData);

$user->roles()->attachIgnore($pivotData);
```
```

0 comments on commit 15e045f

Please sign in to comment.