Page MenuHomePhorge

RateLimitsCommand.php
No OneTemporary

Size
313 B
Referenced Files
None
Subscribers
None

RateLimitsCommand.php

<?php
namespace App\Console\Commands\Policy;
use App\Console\ObjectListCommand;
class RateLimitsCommand extends ObjectListCommand
{
protected $commandPrefix = 'policy';
protected $objectClass = \App\Policy\RateLimit::class;
protected $objectName = 'ratelimit';
protected $objectTitle = null;
}

File Metadata

Mime Type
text/x-php
Expires
Fri, Nov 21, 7:12 AM (1 d, 16 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
387415
Default Alt Text
RateLimitsCommand.php (313 B)

Event Timeline