<?php namespace App\Models; use Common\Domains\CustomDomain; class LinkDomain extends CustomDomain { protected $table = 'custom_domains'; }