<?php namespace App\Middlewares; use Illuminate\Support\Carbon; class Now { static public function get() { return new Carbon(); } }