@@ -19,7 +19,6 @@ |
||
19 | 19 | use BrightNucleus\ChainMail\Template; |
20 | 20 | use BrightNucleus\Config\ConfigInterface; |
21 | 21 | use BrightNucleus\Config\Exception\FailedToProcessConfigException; |
22 | -use BrightNucleus\View; |
|
23 | 22 | use BrightNucleus\View\Location\FilesystemLocation; |
24 | 23 | use BrightNucleus\View\ViewBuilder; |
25 | 24 | use Exception; |
@@ -34,7 +34,7 @@ |
||
34 | 34 | /** |
35 | 35 | * Instantiate a Domain object. |
36 | 36 | * |
37 | - * @param Domain|string $domain |
|
37 | + * @param string $domain |
|
38 | 38 | * |
39 | 39 | * @throws InvalidDomain If the domain is not valid. |
40 | 40 | */ |