Page MenuHomePhorge

CreateCommand.php
No OneTemporary

Authored By
Unknown
Size
395 B
Referenced Files
None
Subscribers
None

CreateCommand.php

<?php
namespace App\Console\Commands\Scalpel\WalletSetting;
use App\Console\ObjectCreateCommand;
class CreateCommand extends ObjectCreateCommand
{
protected $cacheKeys = ['app\wallet_settings_%wallet_id%'];
protected $commandPrefix = 'scalpel';
protected $objectClass = \App\WalletSetting::class;
protected $objectName = 'wallet-setting';
protected $objectTitle = null;
}

File Metadata

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

Event Timeline