Skip to content

Instantly share code, notes, and snippets.

View michaelsieminski's full-sized avatar
🐶

Michael michaelsieminski

🐶
  • Germany
  • 03:30 (UTC +02:00)
View GitHub Profile
@michaelsieminski
michaelsieminski / AppServiceProvider.php
Last active April 1, 2025 15:12
Modern PHP Tooling
<?php
declare(strict_types=1);
namespace App\Providers;
use App\Models\Agency;
use Carbon\CarbonImmutable;
use Illuminate\Database\Eloquent\Model;
use Illuminate\Support\Facades\Date;