Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
datitisev authored and StyleCIBot committed Aug 28, 2020
1 parent 12f03ae commit b047322
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
$schema->getConnection()->transaction(function () use ($item) {
$item->delete();

$item->permission = $item->permission . 'Posts';
$item->permission = $item->permission.'Posts';

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

0 comments on commit b047322

Please sign in to comment.