Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Apr 4, 2024
1 parent 6f17d58 commit 1477608
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,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::table('channels', function (Blueprint $table) {
Expand Down Expand Up @@ -55,6 +55,6 @@ private function isSqlite(): bool
->getConnection()
->getPdo()
->getAttribute(PDO::ATTR_DRIVER_NAME)
;
;
}
};

0 comments on commit 1477608

Please sign in to comment.