From: Winfried Kappeler Date: Sat, 4 Jan 2025 16:38:19 +0000 (+0100) Subject: V 0.1.1 missing link Export.php X-Git-Url: https://gitweb.hamatoma.de/?a=commitdiff_plain;h=6d5d1b33ecfa40a3fc460464ffcfdbfd3a92239b;p=piman.git V 0.1.1 missing link Export.php - missing link Export.php --- diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..0f393bc --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,4 @@ +# V 0.1.1 missing link Export.php + +- missing link Export.php + diff --git a/app/Models/Export.php b/app/Models/Export.php new file mode 120000 index 0000000..c9c2b42 --- /dev/null +++ b/app/Models/Export.php @@ -0,0 +1 @@ +../../vendor/hamatoma/laraknife/templates/Models/Export.php \ No newline at end of file diff --git a/routes/web.php b/routes/web.php index 1699bd9..e5d45d2 100644 --- a/routes/web.php +++ b/routes/web.php @@ -39,3 +39,4 @@ AddressController::routes(); MandatorController::routes(); AccountController::routes(); TransactionController::routes(); +