Skip to content

Commit

Permalink
Fixes for Propel 2.0.0-beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
gharlan committed Jun 30, 2022
1 parent 965d335 commit 8829b1d
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/EventDispatcherBehavior.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ class EventDispatcherBehavior extends \Propel\Generator\Model\Behavior
*/
private $objectBuilderModifier;

public function __construct()
{
$this->dirname = __DIR__.'/';
}

/**
* {@inheritdoc}
*/
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 8829b1d

Please sign in to comment.