Skip to content

Commit b047322

Browse files
datitisevStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent 12f03ae commit b047322

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

migrations/2020_08_25_000000_update_tag_permission_names.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
$schema->getConnection()->transaction(function () use ($item) {
2323
$item->delete();
2424

25-
$item->permission = $item->permission . 'Posts';
25+
$item->permission = $item->permission.'Posts';
2626

2727
if (!Permission::query()->where($item->getAttributes())->exists()) {
2828
$item->save();

0 commit comments

Comments
 (0)