ein paar test-objekte

This commit is contained in:
2026-02-08 15:06:29 +00:00
parent 4acd50f6cd
commit bf40de87ca
10 changed files with 101 additions and 7 deletions

10
app/Models/Customer.php Normal file
View File

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