Skip to content

Commit

Permalink
chore: remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
digitlimit committed Nov 5, 2023
1 parent 92fc6de commit 889fa86
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
public function up(): void
{
Schema::table('users', function (Blueprint $table) {
// nullable to avoid breaking changes in existing app
$table->integer('gender_id')->nullable();
});
}
Expand Down
8 changes: 0 additions & 8 deletions src/Gender.php

This file was deleted.

6 changes: 0 additions & 6 deletions tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ class TestCase extends BaseTestCase
public function setUp(): void
{
parent::setUp();
// additional setup
}

protected function getPackageProviders($app)
Expand All @@ -19,11 +18,6 @@ protected function getPackageProviders($app)
GenderServiceProvider::class,
];
}

protected function getEnvironmentSetUp($app)
{
// perform environment setup
}

public function packagePath(string $path='')
{
Expand Down

0 comments on commit 889fa86

Please sign in to comment.