Page MenuHomePhorge

LicensesCommand.php
No OneTemporary

Authored By
Unknown
Size
255 B
Referenced Files
None
Subscribers
None

LicensesCommand.php

<?php
namespace App\Console\Commands;
use App\Console\ObjectListCommand;
use App\License;
/**
* List licenses.
*/
class LicensesCommand extends ObjectListCommand
{
protected $objectClass = License::class;
protected $objectName = 'license';
}

File Metadata

Mime Type
text/x-php
Expires
Sat, Apr 4, 1:18 AM (1 w, 6 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
3e/c2/c2e5fd2a09ce5c5aa46c64c21cb9
Default Alt Text
LicensesCommand.php (255 B)

Event Timeline