Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2485174
RateLimit.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
457 B
Referenced Files
None
Subscribers
None
RateLimit.php
View Options
<?php
namespace
App\Policy
;
use
App\Traits\BelongsToUserTrait
;
use
Illuminate\Database\Eloquent\Model
;
class
RateLimit
extends
Model
{
use
BelongsToUserTrait
;
/** @var array<int, string> The attributes that are mass assignable */
protected
$fillable
=
[
'user_id'
,
'owner_id'
,
'recipient_hash'
,
'recipient_count'
];
/** @var string Database table name */
protected
$table
=
'policy_ratelimit'
;
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Fri, Nov 21, 5:21 AM (1 d, 58 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
387392
Default Alt Text
RateLimit.php (457 B)
Attached To
Mode
R2 kolab
Attached
Detach File
Event Timeline
Log In to Comment