Page MenuHomePhorge

ListCommand.php
No OneTemporary

Authored By
Unknown
Size
256 B
Referenced Files
None
Subscribers
None

ListCommand.php

<?php
namespace App\Console\Commands\Tenant;
use App\Console\ObjectListCommand;
class ListCommand extends ObjectListCommand
{
protected $objectClass = \App\Tenant::class;
protected $objectName = 'tenant';
protected $objectTitle = 'title';
}

File Metadata

Mime Type
text/x-php
Expires
Fri, Apr 24, 2:22 PM (1 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18733452
Default Alt Text
ListCommand.php (256 B)

Event Timeline