Commit 6933b4d2 authored by Jens's avatar Jens

Updated travis image

parent 3d9d0cf4
Laravel Eloquent MongoDB [![Build Status](https://travis-ci.org/segersjens/Laravel-MongoDB.png?branch=master)](https://travis-ci.org/segersjens/Laravel-MongoDB) Laravel Eloquent MongoDB [![Build Status](https://travis-ci.org/jenssegers/Laravel-MongoDB.png?branch=master)](https://travis-ci.org/segersjens/Laravel-MongoDB)
======================== ========================
An Eloquent model that supports MongoDB. An Eloquent model that supports MongoDB.
...@@ -178,4 +178,4 @@ $user = Comment::where('body', 'like', '%spam%')->get(); ...@@ -178,4 +178,4 @@ $user = Comment::where('body', 'like', '%spam%')->get();
**Inserts, updates and deletes** **Inserts, updates and deletes**
All basic insert, update, delete and select methods should be implemented. Feel free to fork and help completing this library! All basic insert, update, delete and select methods should be implemented. Feel free to fork and help completing this library!
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment