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