diff --git a/src/Franzose/ClosureTable/Generators/Migration.php b/src/Franzose/ClosureTable/Generators/Migration.php index a82e52c..256a373 100644 --- a/src/Franzose/ClosureTable/Generators/Migration.php +++ b/src/Franzose/ClosureTable/Generators/Migration.php @@ -83,6 +83,6 @@ protected function getPath($name, $path) } $this->usedTimestamps[] = $timestamp; - return $path . '/' . $timestamp->format('Y_m_d_His') . '_' . $this->getName($name) . '.php'; + return $path . '/' . $timestamp->format('Y_m_d_His') . '_' . $this->getName($name) . '_migration.php'; } }