Skip to content

Commit 307ebe5

Browse files
committed
unseless method
1 parent 93201ba commit 307ebe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/database/migrations/2014_01_13_094853_create_places_table.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public function up()
3030
Schema::create('place_translations', function (Blueprint $table) {
3131
$table->engine = 'InnoDB';
3232

33-
$table->increments('id')->unsigned();
33+
$table->increments('id');
3434
$table->integer('place_id')->unsigned();
3535

3636
$table->string('locale')->index();

0 commit comments

Comments
 (0)