Skip to content
This repository has been archived by the owner on Jan 5, 2019. It is now read-only.

Commit

Permalink
relative and common paths
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoColomb committed Oct 20, 2017
1 parent b33481d commit 5432ff5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions propel.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
propel:
paths:
# The directory where Propel expects to find your `schema.xml` file.
schemaDir: C:\Users\Leo\GitHub\cityjunior
schemaDir: .

# The directory where Propel should output generated object model classes.
phpDir: C:\Users\Leo\GitHub\cityjunior\src
phpDir: ./src

# Directory in which your composer.json resides
composerDir: C:\Users\Leo\GitHub\cityjunior
composerDir: .

0 comments on commit 5432ff5

Please sign in to comment.