Skip to content

Instantly share code, notes, and snippets.

@tbergeron
Created March 14, 2014 19:12
Show Gist options
  • Save tbergeron/9554690 to your computer and use it in GitHub Desktop.
Save tbergeron/9554690 to your computer and use it in GitHub Desktop.
<?php
use Jenssegers\Mongodb\Model as Eloquent;
class AccessLog extends Eloquent {
protected $connection = 'mongodb';
protected $collection = 'access_logs';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment