Skip to content

Commit

Permalink
adjust wording
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Feb 23, 2016
1 parent 497d430 commit c4c1d79
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cache.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ When using the `database` cache driver, you will need to setup a table to contai
$table->integer('expiration');
});


You may also use the `php artisan cache:table` Artisan command to generate the schema.
You may also use the `php artisan cache:table` Artisan command to generate a migration with the proper schema.

#### Memcached

Expand Down

0 comments on commit c4c1d79

Please sign in to comment.