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:
@@ -2,6 +2,8 @@
|
||||
|
||||
namespace Valet;
|
||||
|
||||
use DomainException;
|
||||
|
||||
class Site
|
||||
{
|
||||
var $config, $cli, $files;
|
||||
|
||||
Reference in New Issue
Block a user