Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F8197438
DomainRelay.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
401 B
Referenced Files
None
Subscribers
None
DomainRelay.php
View Options
<?php
namespace
App\Handlers
;
class
DomainRelay
extends
\App\Handlers\Base
{
public
static
function
entitleableClass
():
string
{
return
\App\Domain
::
class
;
}
public
static
function
preReq
(
$entitlement
,
$domain
):
bool
{
if
(!
$entitlement
->
sku
->
active
)
{
\Log
::
error
(
"Sku not active"
);
return
false
;
}
return
true
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Wed, Jul 8, 5:06 PM (1 d, 1 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1051176
Default Alt Text
DomainRelay.php (401 B)
Attached To
Mode
R2 kolab
Attached
Detach File
Event Timeline
Log In to Comment