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