Skip to content

Commit

Permalink
370 ✏️ fix typo in class name
Browse files Browse the repository at this point in the history
  • Loading branch information
P1tt187 committed Jun 18, 2023
1 parent aa84b23 commit 881ce83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Support\Facades\Schema;

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

class AddChanceledToEventView extends Migration
class AddCanceledToEventView extends Migration
{
/**
* Run the migrations.
Expand Down

0 comments on commit 881ce83

Please sign in to comment.