diff --git a/laravel/cache/drivers/driver.php b/laravel/cache/drivers/driver.php index b4701eb8..c6abcb2e 100644 --- a/laravel/cache/drivers/driver.php +++ b/laravel/cache/drivers/driver.php @@ -1,4 +1,4 @@ -pdo->beginTransaction(); - // After beginning the database transaction, we will call the Closure + // After beginning the database transaction, we will call the callback // so that it can do its database work. If an exception occurs we'll // rollback the transaction and re-throw back to the developer. try diff --git a/laravel/file.php b/laravel/file.php index e5bf8f5a..efb46dec 100644 --- a/laravel/file.php +++ b/laravel/file.php @@ -1,4 +1,4 @@ -