Skip to content

Commit 24b3f20

Browse files
authored
Update 2020_04_17_160240_create_permission_table.php
1 parent 1d21436 commit 24b3f20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Database/migrations/2020_04_17_160240_create_permission_table.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ public function up()
2727
*/
2828
public function down()
2929
{
30-
Schema::dropIfExists('permission');
30+
Schema::dropIfExists('permissions');
3131
}
3232
}

0 commit comments

Comments
 (0)