Page MenuHomePhorge

CompanionAppsCommand.php
No OneTemporary

Authored By
Unknown
Size
333 B
Referenced Files
None
Subscribers
None

CompanionAppsCommand.php

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

File Metadata

Mime Type
text/x-php
Expires
Mon, Apr 6, 1:56 AM (1 w, 1 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18740319
Default Alt Text
CompanionAppsCommand.php (333 B)

Event Timeline