We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e60549 commit 435fbffCopy full SHA for 435fbff
database/migrations/create_places_table.php.stub
@@ -11,7 +11,7 @@ return new class() extends Migration {
11
*/
12
public function up(): void
13
{
14
- Schema::create('places', function (Blueprint $table) {
+ Schema::create('places', function (Blueprint $table): void {
15
$table->id();
16
$table->text('address')->nullable();
17
$table->string('email')->nullable();
0 commit comments