Skip to content

Commit 704685e

Browse files
authored
Merge pull request #1962 from mnoskov/patch-32
fix classes in helpers
2 parents fe3bedc + 994c732 commit 704685e

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)