Page MenuHomePhorge

DomainsCommand.php
No OneTemporary

Authored By
Unknown
Size
372 B
Referenced Files
None
Subscribers
None

DomainsCommand.php

<?php
namespace App\Console\Commands\User;
use App\Console\ObjectRelationListCommand;
use App\User;
class DomainsCommand extends ObjectRelationListCommand
{
protected $objectClass = User::class;
protected $objectName = 'user';
protected $objectTitle = 'email';
protected $objectRelation = 'domains';
protected $objectRelationArgs = [true, false];
}

File Metadata

Mime Type
text/x-php
Expires
Sun, Apr 5, 10:27 PM (2 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18740310
Default Alt Text
DomainsCommand.php (372 B)

Event Timeline