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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user