Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Fix a single typo #5

Merged
merged 1 commit into from
Aug 16, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Quicksand is an Artisan command that you can run in your scheduler daily.
Tightenco\QuicksandServiceProvider::class,
```
3. Publish your config: `php artisan config:publish --provider="Tightenco\QuicksandServiceProvider"`
4. Edit your config. Define which clsses you'd like to have Quicksand clean up for you, and how many days Quicksand should wait to clean up.
4. Edit your config. Define which classes you'd like to have Quicksand clean up for you, and how many days Quicksand should wait to clean up.
5. Schedule the command in `app/Http/Console/Kernel.php`:

```php
Expand Down