Page MenuHomePhorge

D2803.1775340167.diff
No OneTemporary

Authored By
Unknown
Size
1 KB
Referenced Files
None
Subscribers
None

D2803.1775340167.diff

diff --git a/src/app/Console/Commands/Scalpel/UserSetting/CreateCommand.php b/src/app/Console/Commands/Scalpel/UserSetting/CreateCommand.php
new file mode 100644
--- /dev/null
+++ b/src/app/Console/Commands/Scalpel/UserSetting/CreateCommand.php
@@ -0,0 +1,15 @@
+<?php
+
+namespace App\Console\Commands\Scalpel\UserSetting;
+
+use App\Console\ObjectCreateCommand;
+
+class CreateCommand extends ObjectCreateCommand
+{
+ protected $hidden = true;
+
+ protected $commandPrefix = 'scalpel';
+ protected $objectClass = \App\UserSetting::class;
+ protected $objectName = 'user-setting';
+ protected $objectTitle = null;
+}
diff --git a/src/app/Console/Commands/Scalpel/UserSetting/UpdateCommand.php b/src/app/Console/Commands/Scalpel/UserSetting/UpdateCommand.php
new file mode 100644
--- /dev/null
+++ b/src/app/Console/Commands/Scalpel/UserSetting/UpdateCommand.php
@@ -0,0 +1,15 @@
+<?php
+
+namespace App\Console\Commands\Scalpel\UserSetting;
+
+use App\Console\ObjectUpdateCommand;
+
+class UpdateCommand extends ObjectUpdateCommand
+{
+ protected $hidden = true;
+
+ protected $commandPrefix = 'scalpel';
+ protected $objectClass = \App\UserSetting::class;
+ protected $objectName = 'user-setting';
+ protected $objectTitle = null;
+}

File Metadata

Mime Type
text/plain
Expires
Sat, Apr 4, 10:02 PM (16 h, 24 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18831340
Default Alt Text
D2803.1775340167.diff (1 KB)

Event Timeline