Page MenuHomePhorge

ContactsCommand.php
No OneTemporary

Authored By
Unknown
Size
323 B
Referenced Files
None
Subscribers
None

ContactsCommand.php

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

File Metadata

Mime Type
text/x-php
Expires
Sat, Apr 4, 8:28 AM (2 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18740265
Default Alt Text
ContactsCommand.php (323 B)

Event Timeline