Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Jul 10, 2015
1 parent a6d3d9b commit 9386962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cache.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ To create our custom cache driver, we first need to implement the `Illuminate\Co
public function forever($key, $value) {}
public function forget($key) {}
public function flush() {}
public function getPrefix(){};
public function getPrefix() {}
}

We just need to implement each of these methods using a MongoDB connection. Once our implementation is complete, we can finish our custom driver registration:
Expand Down

0 comments on commit 9386962

Please sign in to comment.