Skip to content

Commit

Permalink
FIX Add namespace import for stub modifier
Browse files Browse the repository at this point in the history
  • Loading branch information
robbieaverill committed Feb 1, 2017
1 parent d4530f0 commit f4c18e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/SegmentFieldTestModifier.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

namespace SilverStripe\Forms\Tests;

use SilverStripe\Forms\SegmentFieldModifier\AbstractSegmentFieldModifier;

class SegmentFieldTestModifier extends AbstractSegmentFieldModifier
{
/**
Expand Down

0 comments on commit f4c18e7

Please sign in to comment.