pivot_table = $table; static::$connection = $connection; parent::__construct(array(), true); } /** * Get the name of the pivot table. * * @return string */ public function table() { return $this->pivot_table; } }