Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F117880881
DomainSetting.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
650 B
Referenced Files
None
Subscribers
None
DomainSetting.php
View Options
<?php
namespace
App
;
use
Illuminate\Database\Eloquent\Model
;
/**
* A collection of settings for a Domain.
*
* @property int $id
* @property int $domain_id
* @property string $key
* @property string $value
*/
class
DomainSetting
extends
Model
{
protected
$fillable
=
[
'domain_id'
,
'key'
,
'value'
];
/**
* The domain to which this setting belongs.
*
* @return \Illuminate\Database\Eloquent\Relations\BelongsTo
*/
public
function
domain
()
{
return
$this
->
belongsTo
(
'
\A
pp
\D
omain'
,
'domain_id'
,
/* local */
'id'
/* remote */
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, Apr 5, 11:33 PM (1 w, 5 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
7f/66/0bd304a7328fdd776e71510910d1
Default Alt Text
DomainSetting.php (650 B)
Attached To
Mode
rK kolab
Attached
Detach File
Event Timeline