Skip to content

Commit

Permalink
Merge pull request #658 from creative-commoners/pulls/6.0/broken-builds
Browse files Browse the repository at this point in the history
DOC Use correct namespace
  • Loading branch information
GuySartorelli authored Dec 19, 2024
2 parents 8a7f8fa + eee368f commit cac1fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/02_Developer_Guides/03_Forms/01_Validation.md
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ SilverStripe\Forms\Validation\RequiredFieldsValidator:
namespace App\PageType;

use Page;
use SilverStripe\Forms\CompositeValidator;
use SilverStripe\Forms\Validation\CompositeValidator;
use SilverStripe\Forms\Validation\RequiredFieldsValidator;

class MyPage extends Page
Expand Down

0 comments on commit cac1fdc

Please sign in to comment.