Page MenuHomePhorge

SettingsCommand.php
No OneTemporary

Authored By
Unknown
Size
272 B
Referenced Files
None
Subscribers
None

SettingsCommand.php

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

File Metadata

Mime Type
text/x-php
Expires
Fri, Apr 24, 9:50 AM (1 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18798114
Default Alt Text
SettingsCommand.php (272 B)

Event Timeline