Skip to content

Instantly share code, notes, and snippets.

[
{
"id": 1,
"name": "Alice Müller",
"email": "[email protected]",
"role": "admin"
},
{
"id": 2,
"name": "Bob Schneider",
<?php
namespace App\Traits;
use App\Models\Client;
use App\Models\Event;
use App\Models\Holiday;
use App\Models\Meeting;
use App\Models\MeetingType;
use App\Models\Presence;