Projekt-Cleanup: Alle Dateien basierend auf .gitignore neu indexiert

This commit is contained in:
2026-04-10 21:13:24 +02:00
parent daa688ca7a
commit 3f61033d14
352 changed files with 0 additions and 36208 deletions
-15
View File
@@ -1,15 +0,0 @@
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class BonusStat extends Model
{
protected $fillable = ['bonus_id', 'type', 'ip_address'];
public function bonus()
{
return $this->belongsTo(Bonus::class);
}
}