mirror of
https://github.com/laravel/valet.git
synced 2026-02-05 00:20:08 +01:00
Move the helper functions into the Valet namespace
This commit is contained in:
@@ -4,6 +4,9 @@
|
||||
use Valet\Nginx;
|
||||
use Valet\Filesystem;
|
||||
use Valet\Configuration;
|
||||
use function Valet\user;
|
||||
use function Valet\resolve;
|
||||
use function Valet\swap;
|
||||
use Illuminate\Container\Container;
|
||||
|
||||
class NginxTest extends PHPUnit_Framework_TestCase
|
||||
|
||||
Reference in New Issue
Block a user