Skip to content

Commit 12ed837

Browse files
authored
[F] missing Date import for functions now and today
1 parent f39547c commit 12ed837

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/functions/laravel.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
use Illuminate\Contracts\Cookie\Factory as CookieFactory;
44
use Illuminate\Contracts\Routing\ResponseFactory;
55
use Illuminate\Contracts\View\Factory as ViewFactory;
6+
use Illuminate\Support\Facades\Date;
67

78
if (! function_exists('app_path')) {
89
/**

0 commit comments

Comments
 (0)