Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Kim-the-Diamond authored and github-actions[bot] committed Mar 6, 2024
1 parent 0fa2bca commit af59d0b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ public function up(): void
* Reverse the migrations.
*/
public function down(): void

{
Schema::dropIfExists('builder');
}
Expand Down
1 change: 0 additions & 1 deletion packages/builder/build.php
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@ function replaceForAllOtherOSes(): array
'Here are some things missing, like an overview with screenshots about this package, or simply a link to the package\'s docs.' => $description,
]);


match (true) {
str_contains($file, determineSeparator('src/BuilderPlugin.php')) => rename($file, determineSeparator('./src/'.$className.'Plugin.php')),
str_contains($file, determineSeparator('src/BuilderServiceProvider.php')) => rename($file, determineSeparator('./src/'.$className.'ServiceProvider.php')),
Expand Down

0 comments on commit af59d0b

Please sign in to comment.