Skip to content

Commit

Permalink
chore: cleanup usings in readme query example
Browse files Browse the repository at this point in the history
  • Loading branch information
roydejong committed Jun 24, 2024
1 parent dc588af commit 4ee6dbd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,6 @@ $matchingCars = Car::query()
```php
<?php

use SoftwarePunt\Instarecord\Database;use SoftwarePunt\Instarecord\Instarecord;

$carsPerYear = Instarecord::query()
->select('year, COUNT(*) as count')
->from('cars')
Expand Down

0 comments on commit 4ee6dbd

Please sign in to comment.