<?php namespace App\Models; class FanVenueConnection extends Connection { protected $table = 'fan_venue_connections'; public static $connection_table = 'fan_venue_connections'; }