Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F117878160
D2803.1775340167.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
1 KB
Referenced Files
None
Subscribers
None
D2803.1775340167.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D2803: UserSetting scalpel commands
Attached
Detach File
Event Timeline