Skip to content

Commit e791d56

Browse files
committed
More StyleCI...
1 parent 1897741 commit e791d56

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

app/Repositories/OptionRepository.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public function delete($id)
8787
}
8888

8989
DB::transaction(function () use ($option) {
90-
foreach($option->variables as $variable) {
90+
foreach ($option->variables as $variable) {
9191
(new VariableRepository)->delete($variable->id);
9292
}
9393

database/migrations/2017_03_12_150648_MoveFunctionsFromFileToDatabase.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
class MoveFunctionsFromFileToDatabase extends Migration
99
{
10-
1110
private $default = <<<'EOF'
1211
'use strict';
1312

0 commit comments

Comments
 (0)