refactoring formatting.
This commit is contained in:
1
laravel/cache/drivers/file.php
vendored
1
laravel/cache/drivers/file.php
vendored
@@ -59,7 +59,6 @@ class File extends Driver {
|
||||
*/
|
||||
public function put($key, $value, $minutes)
|
||||
{
|
||||
// The expiration time is stored as a UNIX timestamp at the beginning of the file.
|
||||
F::put($this->path.$key, (time() + ($minutes * 60)).serialize($value));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user