diff options
| author | Thomas Grothe <grothe.tr@gmail.com> | 2026-04-11 17:49:42 -0400 |
|---|---|---|
| committer | Thomas Grothe <grothe.tr@gmail.com> | 2026-04-11 17:49:42 -0400 |
| commit | d4f97aa956be051dd5b9a184557106dc7de112ac (patch) | |
| tree | e4c73c93408b5fbc4cc1b92cabcaceaaebbb1833 /app/Models/Transaction.php | |
| parent | bcac54576d7309ac0471a7be5664c5a4e8d7349e (diff) | |
| parent | 054c19bf65beb43d0dd6137f9bf16cf8ca9f6190 (diff) | |
Merge remote-tracking branch 'origin/main'
Diffstat (limited to 'app/Models/Transaction.php')
| -rw-r--r-- | app/Models/Transaction.php | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/app/Models/Transaction.php b/app/Models/Transaction.php deleted file mode 100644 index 32b210a..0000000 --- a/app/Models/Transaction.php +++ /dev/null @@ -1,10 +0,0 @@ -<?php - -namespace App\Models; - -use Illuminate\Database\Eloquent\Model; - -class Transaction extends Model -{ - // -} |
