Skip to content

Commit

Permalink
chore: fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
joelicatajr authored and github-actions[bot] committed Jan 2, 2025
1 parent 4d565d9 commit 9203270
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,9 @@
*/

use Illuminate\Database\Migrations\Migration;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Support\Facades\Schema;

return new class extends Migration
{
return new class () extends Migration {
public function up(): void
{
Schema::dropIfExists('change_request_type_user');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Support\Facades\Schema;

return new class extends Migration
{
return new class () extends Migration {
public function up(): void
{
Schema::dropIfExists('change_request_responses');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Support\Facades\Schema;

return new class extends Migration
{
return new class () extends Migration {
public function up(): void
{
Schema::dropIfExists('change_request_types');
Expand Down

0 comments on commit 9203270

Please sign in to comment.