From c4c1d7973767dbd19d4095b1b88c2dfe01ef367a Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Tue, 23 Feb 2016 10:18:11 -0600 Subject: [PATCH] adjust wording --- cache.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cache.md b/cache.md index 1fb7a82961d..58e5915e0b2 100644 --- a/cache.md +++ b/cache.md @@ -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