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