Page MenuHomePhorge

WalletsCommand.php
No OneTemporary

Authored By
Unknown
Size
249 B
Referenced Files
None
Subscribers
None

WalletsCommand.php

<?php
namespace App\Console\Commands;
use App\Console\ObjectListCommand;
class WalletsCommand extends ObjectListCommand
{
protected $objectClass = \App\Wallet::class;
protected $objectName = 'wallet';
protected $objectTitle = null;
}

File Metadata

Mime Type
text/x-php
Expires
Fri, Apr 24, 1:48 PM (3 d, 10 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18744942
Default Alt Text
WalletsCommand.php (249 B)

Event Timeline