Skip to content

Commit

Permalink
Merge branch 'calendar-show-birthdays' of https://github.com/owlchest…
Browse files Browse the repository at this point in the history
…er/kanka into calendar-show-birthdays
  • Loading branch information
spitfire305 committed Nov 22, 2023
2 parents d9694e2 + 8b8e277 commit b846388
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion app/Services/Campaign/ExportService.php
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,6 @@ public function fail(): self

/**
* Each time an element is added to the zip, there is a chance that the progress is increased
* @return void
*/
protected function progress(): void
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Support\Facades\Schema;

return new class extends Migration
{
return new class () extends Migration {
/**
* Run the migrations.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Support\Facades\Schema;

return new class extends Migration
{
return new class () extends Migration {
/**
* Run the migrations.
*/
Expand Down

0 comments on commit b846388

Please sign in to comment.