Skip to content

Commit 9386962

Browse files
committed
fix formatting
1 parent a6d3d9b commit 9386962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cache.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ To create our custom cache driver, we first need to implement the `Illuminate\Co
244244
public function forever($key, $value) {}
245245
public function forget($key) {}
246246
public function flush() {}
247-
public function getPrefix(){};
247+
public function getPrefix() {}
248248
}
249249

250250
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:

0 commit comments

Comments
 (0)