Skip to content

Instantly share code, notes, and snippets.

<?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;