diff --git a/packages/framework/src/Foundation/Concerns/HydeExtension.php b/packages/framework/src/Foundation/Concerns/HydeExtension.php index b2d52c99187..9b3bf1669f3 100644 --- a/packages/framework/src/Foundation/Concerns/HydeExtension.php +++ b/packages/framework/src/Foundation/Concerns/HydeExtension.php @@ -17,6 +17,7 @@ * * Before creating your extension, it will certainly be helpful if you first become familiar * with the basic internal architecture of HydePHP, as well as how the auto-discovery system functions. + * * @link https://hydephp.com/docs/master/architecture-concepts * * It's important that your class is registered before the HydeKernel boots.