Page MenuHomePhorge

D2110.1775199962.diff
No OneTemporary

Authored By
Unknown
Size
1 KB
Referenced Files
None
Subscribers
None

D2110.1775199962.diff

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

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)

Event Timeline