Minor display fixes, link to old site
This commit is contained in:
@@ -2,17 +2,12 @@
|
||||
|
||||
namespace App\Models;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
use App\Models\Service_Model as Model;
|
||||
|
||||
class ServiceHost extends Model
|
||||
{
|
||||
protected $table = 'ab_service__hosting';
|
||||
|
||||
public function service()
|
||||
{
|
||||
return $this->belongsTo(Service::class);
|
||||
}
|
||||
|
||||
public function getNameAttribute()
|
||||
{
|
||||
return sprintf('%s',$this->domain_name);
|
||||
|
Reference in New Issue
Block a user