1
0
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:
Colin DeCarlo
2018-06-20 16:01:37 -04:00
parent 7ed0280374
commit 20afe84f36
7 changed files with 19 additions and 0 deletions

View File

@@ -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