Skip to content

Commit

Permalink
change the generator to generate the path as styloola
Browse files Browse the repository at this point in the history
  • Loading branch information
Stavros Zavrakas committed May 2, 2014
1 parent ed7f77c commit 4f80d89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
$filename = "_" . $year . $month . $day . $hours . $minutes . $seconds . "_" . $className;

$string = "<?php" . PHP_EOL . PHP_EOL;
$string .= "require_once __DIR__ . '/../vendor/stavros-zavrakas/migrations/MigrationAbstract.php';" . PHP_EOL . PHP_EOL;
$string .= "require_once __DIR__ . '/../vendor/styloola/migrations/MigrationAbstract.php';" . PHP_EOL . PHP_EOL;
$string .= "class " . $filename . " extends MigrationAbstract {" . PHP_EOL . PHP_EOL;
$string .= " public function up() {" . PHP_EOL;
$string .= PHP_EOL;
Expand Down

0 comments on commit 4f80d89

Please sign in to comment.