You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -257,10 +257,10 @@ The `ticket` model has also a list of scopes to begin filter with.
257
257
|`hidden`|`void`| get the hidden model records |`Category::visible()->get()`|
258
258
259
259
## Handling File Upload
260
-
This package doesn't came with file upload feature (yet) Instead you can use [laravel-medialibrary](https://github.com/spatie/laravel-medialibrary) by __Spatie__,
260
+
This package doesn't come with file upload feature (yet) Instead you can use [laravel-medialibrary](https://github.com/spatie/laravel-medialibrary) by __Spatie__,
261
261
to handle function file functionality.
262
262
263
-
The steps is pretty straight forward, all what you need to do is the following.
263
+
The steps are pretty straight forward, all what you need to do is the following.
264
264
265
265
Extends the `Ticket` model, by creating a new model file in your application by
0 commit comments