Page MenuHomePhorge

D2110.1775395266.diff
No OneTemporary

Authored By
Unknown
Size
1 KB
Referenced Files
None
Subscribers
None

D2110.1775395266.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
Sun, Apr 5, 1:21 PM (14 h, 53 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18822951
Default Alt Text
D2110.1775395266.diff (1 KB)

Event Timeline