Page MenuHomePhorge

UsersCommand.php
No OneTemporary

Authored By
Unknown
Size
308 B
Referenced Files
None
Subscribers
None

UsersCommand.php

<?php
namespace App\Console\Commands\User;
use App\Console\ObjectRelationListCommand;
class UsersCommand extends ObjectRelationListCommand
{
protected $objectClass = \App\User::class;
protected $objectName = 'user';
protected $objectTitle = 'email';
protected $objectRelation = 'users';
}

File Metadata

Mime Type
text/x-php
Expires
Fri, Apr 24, 10:53 AM (1 w, 21 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18846058
Default Alt Text
UsersCommand.php (308 B)

Event Timeline