Skip to content

Commit

Permalink
Merge pull request #1243 from silverstripeltd/bugfix/type-creator-import
Browse files Browse the repository at this point in the history
v1.8: Add missing TypeCreator import to FolderTypeCreator
  • Loading branch information
Maxime Rainville authored Nov 25, 2021
2 parents 92b97a1 + 513ba65 commit 90e6396
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _legacy/GraphQL/FolderTypeCreator.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
use SilverStripe\ORM\Filterable;
use SilverStripe\Versioned\Versioned;
use SilverStripe\GraphQL\Pagination\Connection;
use SilverStripe\GraphQL\TypeCreator;
use SilverStripe\ORM\DataQuery;
use SilverStripe\ORM\DataList;
use SilverStripe\ORM\DB;
Expand Down

0 comments on commit 90e6396

Please sign in to comment.