Skip to content

Commit

Permalink
Additional bug-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Glenn Eggeton committed Mar 9, 2017
1 parent 65f129b commit 6c35399
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Builder/SchemaElement.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Time: 9:29 AM
*/

namespace Geggleto\Forms;
namespace Geggleto\Forms\Builder;


class SchemaElement
Expand Down
2 changes: 1 addition & 1 deletion tests/BuilderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
namespace Forms\Test;


use Geggleto\Forms\Builder;
use Geggleto\Forms\Builder\Builder;
use Geggleto\Forms\Factory\Bootstrap\Factory;

class BuilderTest extends \PHPUnit_Framework_TestCase
Expand Down

0 comments on commit 6c35399

Please sign in to comment.