diff --git a/app/Models/UserMoneyLog.php b/app/Models/UserMoneyLog.php new file mode 100644 index 0000000..7c8b326 --- /dev/null +++ b/app/Models/UserMoneyLog.php @@ -0,0 +1,17 @@ +timestamps = false; + } +}