Skip to content

Commit

Permalink
fix(migration): add missing return
Browse files Browse the repository at this point in the history
  • Loading branch information
AliBayat authored Jan 24, 2023
1 parent 59e662b commit 000bae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/migrations/create_categories_tables.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
use Illuminate\Support\Facades\Schema;
use Kalnoy\Nestedset\NestedSet;

new class extends Migration
return new class extends Migration
{
public function up(): void
{
Expand Down

0 comments on commit 000bae3

Please sign in to comment.