Skip to content

Commit

Permalink
Merge pull request #42 from RicLeP/develop
Browse files Browse the repository at this point in the history
SVG image transformer
  • Loading branch information
RicLeP committed Jul 11, 2023
2 parents e96a012 + 74435cb commit d702e94
Show file tree
Hide file tree
Showing 4 changed files with 278 additions and 183 deletions.
4 changes: 2 additions & 2 deletions src/Console/StubViewsCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public function handle(): void

file_put_contents($path . $filename, $content);

$this->info('Created Block: '. $component['name'] . '.blade.php');
$this->info('Created View: '. $component['name'] . '.blade.php');
}
});

Expand Down Expand Up @@ -162,4 +162,4 @@ protected function writeBlade($field, int|string $name, string $body): string
$body .= "\n";
return $body;
}
}
}
Loading

0 comments on commit d702e94

Please sign in to comment.