Page MenuHomePhorge

GroupsCommand.php
No OneTemporary

Authored By
Unknown
Size
249 B
Referenced Files
None
Subscribers
None

GroupsCommand.php

<?php
namespace App\Console\Commands;
use App\Console\ObjectListCommand;
class GroupsCommand extends ObjectListCommand
{
protected $objectClass = \App\Group::class;
protected $objectName = 'group';
protected $objectTitle = 'email';
}

File Metadata

Mime Type
text/x-php
Expires
Fri, Apr 24, 2:26 PM (1 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18748380
Default Alt Text
GroupsCommand.php (249 B)

Event Timeline