Skip to content

Commit

Permalink
chore: release v7.0.0-beta.7
Browse files Browse the repository at this point in the history
  • Loading branch information
regnerisch committed Dec 18, 2023
1 parent 8774d49 commit dbafd6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "akrillia/laravel-beyond",
"type": "library",
"license": "ISC",
"version": "7.0.0-beta.6",
"version": "7.0.0-beta.7",
"autoload": {
"psr-4": {
"AkrilliA\\LaravelBeyond\\": "src/"
Expand Down
4 changes: 2 additions & 2 deletions src/Commands/MakeAppCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ public function handle(): void
private function moveAndRefactorAppFiles(string $app, bool $force = false): void
{
$files = [
'Providers/AppServiceProvider.stub' => "Providers/{$app}ServiceProvider.php",
'routes.stub' => 'routes.php',
'Providers/AppServiceProvider.stub' => "Providers/{$app}ServiceProvider.php",
'routes.stub' => 'routes.php',
];

foreach ($files as $from => $to) {
Expand Down

0 comments on commit dbafd6a

Please sign in to comment.