]> gitweb.hamatoma.de Git - kaesch.git/commit
V 0.0.2 Mandator Account Transaction moved to lkn
authorWinfried Kappeler <winfried.kappeler@infeos.eu>
Mon, 3 Jun 2024 19:58:23 +0000 (21:58 +0200)
committerWinfried Kappeler <winfried.kappeler@infeos.eu>
Mon, 3 Jun 2024 20:01:00 +0000 (22:01 +0200)
commit0d315fa249159f3c3a6c2f6f900833fb92089c2f
tree613689161d11d5304ac7cf6fe80f313fbc60d8da
parent91fc2c6507f8cacc255736a58f57da4d0deb3cd5
V 0.0.2 Mandator Account Transaction moved to lkn

- modules Mandator Account Transaction are now symbolic links
30 files changed:
CHANGELOG.md
app/Http/Controllers/AccountController.php [changed from file to symlink]
app/Http/Controllers/MandatorController.php [changed from file to symlink]
app/Http/Controllers/TransactionController.php [changed from file to symlink]
app/Models/Account.php [changed from file to symlink]
app/Models/Mandator.php [changed from file to symlink]
app/Models/Transaction.php [changed from file to symlink]
composer.lock
database/migrations/2024_05_28_174935_create_mandators_table.php [changed from file to symlink]
database/migrations/2024_05_28_184959_create_transactions_table.php [deleted file]
database/migrations/2024_05_28_190658_create_accounts_table.php [changed from file to symlink]
database/migrations/2024_05_28_204959_create_transactions_table.php [new symlink]
database/seeders/MandatorSeeder.php [changed from file to symlink]
database/seeders/TransactionSeeder.php [changed from file to symlink]
resources/views/account [new symlink]
resources/views/account/create.blade.php [deleted file]
resources/views/account/edit.blade.php [deleted file]
resources/views/account/index.blade.php [deleted file]
resources/views/account/show.blade.php [deleted file]
resources/views/mandator [new symlink]
resources/views/mandator/create.blade.php [deleted file]
resources/views/mandator/edit.blade.php [deleted file]
resources/views/mandator/index.blade.php [deleted file]
resources/views/mandator/show.blade.php [deleted file]
resources/views/transaction [new symlink]
resources/views/transaction/create.blade.php [deleted file]
resources/views/transaction/edit.blade.php [deleted file]
resources/views/transaction/edit_owner.blade.php [deleted file]
resources/views/transaction/index.blade.php [deleted file]
resources/views/transaction/show.blade.php [deleted file]