1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-05 16:40:05 +01:00

Merge pull request #615 from aaemnnosttv/pr/fix-helpers

Add missing imports for helpers
This commit is contained in:
Matt Stauffer
2018-08-18 12:00:59 -04:00
committed by GitHub

View File

@@ -12,6 +12,10 @@
use Silly\Application;
use Illuminate\Container\Container;
use function Valet\info;
use function Valet\output;
use function Valet\table;
use function Valet\warning;
/**
* Create the application.