Page MenuHomePhorge

ReadCommand.php
No OneTemporary

Size
350 B
Referenced Files
None
Subscribers
None

ReadCommand.php

<?php
namespace App\Console\Commands\Scalpel\UserSetting;
use App\Console\ObjectReadCommand;
class ReadCommand extends ObjectReadCommand
{
protected $hidden = true;
protected $commandPrefix = 'scalpel';
protected $objectClass = \App\UserSetting::class;
protected $objectName = 'user-setting';
protected $objectTitle = null;
}

File Metadata

Mime Type
text/x-php
Expires
Thu, Nov 20, 4:12 PM (17 h, 36 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
387178
Default Alt Text
ReadCommand.php (350 B)

Event Timeline