mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-18 10:07:12 +00:00
tests: fix typo in migration 🤦♂️ and adapt tests (#874)
This commit is contained in:
committed by
Barry vd. Heuvel
parent
972befd7aa
commit
6af1f32d96
@@ -8,7 +8,7 @@ class SimpleTable extends Migration
|
||||
{
|
||||
public function up(): void
|
||||
{
|
||||
Schema::create('simple', function (Blueprint $table) {
|
||||
Schema::create('simples', function (Blueprint $table) {
|
||||
$table->bigIncrements('id');
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user