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