Page MenuHomePhorge

DomainHosting.php
No OneTemporary

Authored By
Unknown
Size
389 B
Referenced Files
None
Subscribers
None

DomainHosting.php

<?php
namespace App\Handlers;
class DomainHosting extends \App\Handlers\Base
{
public static function entitleableClass()
{
return \App\Domain::class;
}
public static function preReq($entitlement, $domain)
{
if (!$entitlement->sku->active) {
\Log::error("Sku not active");
return false;
}
return true;
}
}

File Metadata

Mime Type
text/x-php
Expires
Mon, Apr 6, 1:48 AM (6 d, 4 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18826739
Default Alt Text
DomainHosting.php (389 B)

Event Timeline