Skip to content

Commit 229aabb

Browse files
committed
fix require
1 parent 0dffeff commit 229aabb

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

lib/vendor/propel-generator/templates/om/php4/ExtensionObject.tpl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ if ($db->getPackage()) {
1414

1515
?>
1616

17-
require_once 'propel/om/Persistent.php';
18-
require_once '<?php echo ClassTools::getFilePath($pkbase, $basePrefix . $table->getPhpName()) ?>';
19-
2017
/**
2118
* The skeleton for this class was autogenerated by Propel <?php if ($addTimeStamp) { ?> on:
2219
*

lib/vendor/propel/om/BaseObject.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
2020
* <http://propel.phpdb.org>.
2121
*/
2222

23-
require_once 'propel/om/Persistent.php';
24-
2523
/**
2624
* This class contains attributes and methods that are used by all
2725
* business objects within the system.

0 commit comments

Comments
 (0)