Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F117754555
D2110.1775199962.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
D2110.1775199962.diff
View Options
diff --git a/src/app/Console/Commands/Scalpel/WalletSetting/CreateCommand.php b/src/app/Console/Commands/Scalpel/WalletSetting/CreateCommand.php
--- a/src/app/Console/Commands/Scalpel/WalletSetting/CreateCommand.php
+++ b/src/app/Console/Commands/Scalpel/WalletSetting/CreateCommand.php
@@ -6,7 +6,7 @@
class CreateCommand extends ObjectCreateCommand
{
- protected $cacheKeys = ['wallet_settings_%wallet_id%'];
+ protected $cacheKeys = ['app\wallet_settings_%wallet_id%'];
protected $commandPrefix = 'scalpel';
protected $objectClass = \App\WalletSetting::class;
protected $objectName = 'wallet-setting';
diff --git a/src/app/Console/Commands/Scalpel/WalletSetting/UpdateCommand.php b/src/app/Console/Commands/Scalpel/WalletSetting/UpdateCommand.php
--- a/src/app/Console/Commands/Scalpel/WalletSetting/UpdateCommand.php
+++ b/src/app/Console/Commands/Scalpel/WalletSetting/UpdateCommand.php
@@ -6,7 +6,7 @@
class UpdateCommand extends ObjectUpdateCommand
{
- protected $cacheKeys = ['wallet_settings_%wallet_id%'];
+ protected $cacheKeys = ['app\wallet_settings_%wallet_id%'];
protected $commandPrefix = 'scalpel';
protected $objectClass = \App\WalletSetting::class;
protected $objectName = 'wallet-setting';
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Apr 3, 7:06 AM (13 h, 1 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18822951
Default Alt Text
D2110.1775199962.diff (1 KB)
Attached To
Mode
D2110: Fix cache reset in scalpel commands
Attached
Detach File
Event Timeline