Skip to content

Commit

Permalink
Merge pull request #17 from dhaaker/dhaaker-patch-1
Browse files Browse the repository at this point in the history
Fix missing import in template
  • Loading branch information
pmjones authored Jun 22, 2018
2 parents 72ccbd8 + 1ce68f2 commit b4d6dc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/templates/Type.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ declare(strict_types=1);
namespace {NAMESPACE}\{TYPE};

use Atlas\Mapper\Mapper;
use Atlas\Table\Row;

/**
* @method {TYPE}Table getTable()
Expand Down

0 comments on commit b4d6dc1

Please sign in to comment.