diff --git a/src/Foundation/Concerns/HandlesFoundationCollections.php b/src/Foundation/Concerns/HandlesFoundationCollections.php index e9ef2625..3192ee0c 100644 --- a/src/Foundation/Concerns/HandlesFoundationCollections.php +++ b/src/Foundation/Concerns/HandlesFoundationCollections.php @@ -15,7 +15,7 @@ */ trait HandlesFoundationCollections { - /** @return \Hyde\Foundation\Kernel\FileCollection */ + /** @return \Hyde\Foundation\Kernel\FileCollection */ public function files(): FileCollection { $this->needsToBeBooted(); diff --git a/src/Foundation/Facades/Files.php b/src/Foundation/Facades/Files.php index 39bbebb6..79d2acdc 100644 --- a/src/Foundation/Facades/Files.php +++ b/src/Foundation/Facades/Files.php @@ -13,7 +13,7 @@ */ class Files extends Facade { - /** @return \Hyde\Foundation\Kernel\FileCollection */ + /** @return \Hyde\Foundation\Kernel\FileCollection */ public static function getFacadeRoot(): FileCollection { return HydeKernel::getInstance()->files();