🗑️ Remove outdated migration files for einundzwanzig_plebs and pulse tables, restructure directory, and update testing suite with new factories and Livewire tests.

This commit is contained in:
HolgerHatGarKeineNode
2026-01-18 22:23:23 +01:00
parent 00707797e5
commit 31fb04caaa
16 changed files with 1161 additions and 7 deletions

View File

@@ -3,14 +3,16 @@
namespace App\Models;
use App\Enums\AssociationStatus;
use Illuminate\Database\Eloquent\Model;
use Illuminate\Database\Eloquent\Factories\HasFactory;
use Illuminate\Foundation\Auth\User as Authenticatable;
use ParagonIE\CipherSweet\BlindIndex;
use ParagonIE\CipherSweet\EncryptedRow;
use Spatie\LaravelCipherSweet\Concerns\UsesCipherSweet;
use Spatie\LaravelCipherSweet\Contracts\CipherSweetEncrypted;
class EinundzwanzigPleb extends Model implements CipherSweetEncrypted
class EinundzwanzigPleb extends Authenticatable implements CipherSweetEncrypted
{
use HasFactory;
use UsesCipherSweet;
protected $guarded = [];