debug groups

This commit is contained in:
Omair Saleh
2022-12-16 17:06:56 +08:00
parent e60e5d2e3c
commit 2abc10ba29
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ use Illuminate\Database\Eloquent\Relations\MorphMany;
class Wallet extends AbstractModel implements Transactionable
{
use SoftDeletes;
use LogData;
// use LogData;
protected $table = 'wallets';
/**