Skip to content

Commit dd78707

Browse files
authored
Update README.md
1 parent fe23ede commit dd78707

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ After installing this package you may use these methods on eloquent and db build
4949
#### Eloquent
5050

5151
```php
52-
// With eloquent
5352
use App\Models\User;
5453

5554
User::select('name')->where('id', 5)->getSql();
@@ -76,7 +75,6 @@ User::select('name')
7675
#### Database Builder
7776

7877
```php
79-
// With database builder
8078
\DB::table('users')->select('name')->where('id', 5)->getSql();
8179
// 'select `name` from `users` where `id` = 5'
8280

@@ -107,6 +105,6 @@ instead of using the issue tracker.
107105

108106
- [All contributors](https://github.com/laratoolbox/query-viewer/graphs/contributors)
109107

110-
- This package is bootstrapped with the help of [melihovv/laravel-package-generator](https://github.com/melihovv/laravel-package-generator).
108+
- This package is bootstrapped with the help of [melihovv/laravel-package-generator](https://github.com/melihovv/laravel-package-generator).
111109

112110
- Social image generated by [banners.beyondco.de](https://banners.beyondco.de/).

0 commit comments

Comments
 (0)