diff --git a/stubs/DecodeLabs/Typify.php b/stubs/DecodeLabs/Typify.php index f5189ae..ee36fcc 100644 --- a/stubs/DecodeLabs/Typify.php +++ b/stubs/DecodeLabs/Typify.php @@ -5,15 +5,15 @@ */ namespace DecodeLabs; -use DecodeLabs\Veneer\Proxy; -use DecodeLabs\Veneer\ProxyTrait; +use DecodeLabs\Veneer\Proxy as Proxy; +use DecodeLabs\Veneer\ProxyTrait as ProxyTrait; use DecodeLabs\Typify\Detector as Inst; class Typify implements Proxy { use ProxyTrait; - const VENEER = 'DecodeLabs\Typify'; + const VENEER = 'DecodeLabs\\Typify'; const VENEER_TARGET = Inst::class; public static Inst $instance;