cleaning up code.

This commit is contained in:
Taylor Otwell
2012-04-05 21:30:53 -05:00
parent 8a687053a8
commit a77196db86
2 changed files with 3 additions and 4 deletions

View File

@@ -75,7 +75,7 @@ class Database extends Driver {
$expiration = $this->expiration($minutes);
// To update the value, we'll first attempt an insert against the
// database and if we catch an exception, we'll assume that the
// database and if we catch an exception we'll assume that the
// primary key already exists in the table and update.
try
{