Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F1842369
Quota.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
488 B
Referenced Files
None
Subscribers
None
Quota.php
View Options
<?php
namespace
App
;
use
Illuminate\Database\Eloquent\Model
;
class
Quota
extends
Model
{
protected
$keyType
=
'bigint'
;
protected
$casts
=
[
'value'
=>
'int'
,
];
public
function
entitlement
()
{
return
$this
->
morphOne
(
'App
\E
ntitlement'
,
'entitleable'
);
}
/**
* The owner of this quota entry
*
* @return \App\User
*/
public
function
user
()
{
return
$this
->
belongsTo
(
'App
\U
ser'
,
'user_id'
,
'id'
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, Aug 25, 9:34 PM (6 h, 13 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
233823
Default Alt Text
Quota.php (488 B)
Attached To
Mode
R2 kolab
Attached
Detach File
Event Timeline
Log In to Comment