Page MenuHomePhorge

DomainHosting.php
No OneTemporary

Authored By
Unknown
Size
403 B
Referenced Files
None
Subscribers
None

DomainHosting.php

<?php
namespace App\Handlers;
use App\Sku;
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
Sun, Apr 5, 9:37 PM (3 w, 2 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
d1/b0/ee63d384b6bc3beea57aa0818b2b
Default Alt Text
DomainHosting.php (403 B)

Event Timeline