Skip to content

Commit aad63ea

Browse files
committed
Renamed sample theme
1 parent 275f6d9 commit aad63ea

File tree

12 files changed

+1
-1
lines changed

12 files changed

+1
-1
lines changed

src/Console/Generators/MakeTheme.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ private function generateTheme()
243243
}
244244
$this->files->makeDirectory($directory, 0755, true);
245245

246-
$source = __DIR__ . '/../../../resources/stubs/_folder-structure';
246+
$source = __DIR__ . '/../../../resources/stubs/template';
247247

248248
$this->files->copyDirectory($source, $directory, null);
249249

0 commit comments

Comments
 (0)