global progress

This commit is contained in:
2024-12-12 15:57:55 +01:00
parent 8de72cf6bb
commit 1591b11308
9 changed files with 532 additions and 163 deletions

10
app/Models/RecuringTransfer.php Executable file
View File

@@ -0,0 +1,10 @@
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class RecuringTransfer extends Model
{
//
}