Skip to content

Commit 51ffcda

Browse files
committed
Fix missed comment from when JqueryValidationAdaptor moved from UserFrosting to Fortress
1 parent 56887a1 commit 51ffcda

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## v0.3.1.16
44

5-
5+
- Fixed comment reference to \Fortress\JqueryValidationAdaptor
66

77
## v0.3.1.15
88

userfrosting/models/UserFrosting.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* @property \UserFrosting\SiteSettings $site
1414
* @property \UserFrosting\User $user
1515
* @property \UserFrosting\PageSchema $schema
16-
* @property \UserFrosting\JqueryValidationAdapter $jsValidator
16+
* @property \Fortress\JqueryValidationAdapter $jsValidator
1717
*/
1818
class UserFrosting extends \Slim\Slim {
1919

0 commit comments

Comments
 (0)