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

Merge pull request #632 from drbyte/353-domain-exception

Add DomainException declaration to #353
This commit is contained in:
Matt Stauffer
2018-09-19 08:53:17 -04:00
committed by GitHub

View File

@@ -2,6 +2,8 @@
namespace Valet;
use DomainException;
class Site
{
var $config, $cli, $files;