Skip to content

Commit

Permalink
Update propel
Browse files Browse the repository at this point in the history
include('propel.php') can include a propel configuration file "propel.php".
  • Loading branch information
ikeyan committed Sep 12, 2015
1 parent b9fe16f commit c0aa36e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/propel
@@ -1,4 +1,4 @@
#!/usr/bin/env php
<?php

include('propel.php');
require(__DIR__ . '/propel.php');

0 comments on commit c0aa36e

Please sign in to comment.