Skip to content

Commit

Permalink
Reorganize stub folder.
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Jan 4, 2020
1 parent 59f1273 commit f9814c9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/Preset.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public function getStubFile(): string
{
$name = $this->getNameInput();

$directory = __DIR__.'/../../storage/preset';
$directory = __DIR__.'/../../storage/canvas/preset';

if (! $this->files->exists("{$directory}/{$name}.stub")) {
$name = 'laravel';
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit f9814c9

Please sign in to comment.