Skip to content

Commit

Permalink
Removed accidently left in method (#13840)
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell authored and taylorotwell committed Jun 3, 2016
1 parent 13c981a commit 0b863b8
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/Illuminate/Cache/ArrayStore.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,18 +41,6 @@ public function put($key, $value, $minutes)
$this->storage[$key] = $value;
}

/**
* Store multiple items in the cache for a given number of minutes.
*
* @param array $values
* @param int $minutes
* @return void
*/
public function putMultiple(array $values, $minutes)
{
$this->storage += $values;
}

/**
* Increment the value of an item in the cache.
*
Expand Down

0 comments on commit 0b863b8

Please sign in to comment.