diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 310fc8763d6..b7676bd3889 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -28,6 +28,7 @@ This release is the first since the official release of HydePHP 1.0.0. It contai - Fixed https://github.com/hydephp/develop/issues/1322 in https://github.com/hydephp/develop/issues/1323 - Fixed https://github.com/hydephp/develop/issues/1324 in https://github.com/hydephp/develop/pull/1325 - Fixed https://github.com/hydephp/develop/issues/1326 in https://github.com/hydephp/develop/pull/1327 +- Fixed https://github.com/hydephp/develop/issues/1330 in https://github.com/hydephp/develop/pull/1331 - Added missing function imports in https://github.com/hydephp/develop/pull/1309 ### Security diff --git a/packages/framework/resources/views/components/navigation/dropdown.blade.php b/packages/framework/resources/views/components/navigation/dropdown.blade.php index fe6627307e0..40b8026604c 100644 --- a/packages/framework/resources/views/components/navigation/dropdown.blade.php +++ b/packages/framework/resources/views/components/navigation/dropdown.blade.php @@ -1,6 +1,6 @@