Skip to content

Commit 994c732

Browse files
authored
fix classes
1 parent 4429d8a commit 994c732

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

core/functions/laravel.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
<?php
2+
3+
use Illuminate\Contracts\Cookie\Factory as CookieFactory;
4+
use Illuminate\Contracts\Routing\ResponseFactory;
5+
use Illuminate\Contracts\Validation\Factory as ValidationFactory;
6+
27
if (! function_exists('app_path')) {
38
/**
49
* Get the path to the application folder.
@@ -447,4 +452,4 @@ function url(int $id, string $alias = '', string $args = '', string $scheme = ''
447452
{
448453
return UrlProcessor::makeUrl($id, $alias, $args, $scheme);
449454
}
450-
}
455+
}

0 commit comments

Comments
 (0)