Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
patiencemanzen authored Aug 11, 2022
1 parent a2893bd commit 479e71c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ Let us use our example of the AirPlane Model and create a new filter:
```bash
php artisan make:filter AirPlaneFilter
```
so it will create the filter file for u, Just in ```bash App\Services\Filters ``
so it will create the filter file for u, Just in
```bash App\Services\Filters ```

```PHP
namespace App\Services\Filters;
Expand Down

0 comments on commit 479e71c

Please sign in to comment.