Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
medz authored and StyleCIBot committed Nov 26, 2018
1 parent 5c390dd commit 15eb0b8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions routes/api.php
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@
'middleware' => [
'cors-should',
'bindings',
'throttle:5,0.1'
'throttle:5,0.1',
],
]));
});
Expand All @@ -378,7 +378,7 @@
'middleware' => [
'cors-should',
'bindings',
'throttle:5,0.1'
'throttle:5,0.1',
],
]));
});
Expand Down Expand Up @@ -435,7 +435,7 @@
'middleware' => [
'cors-should',
'bindings',
'throttle:5,0.1'
'throttle:5,0.1',
],
]));
});
Expand Down Expand Up @@ -485,7 +485,7 @@
'middleware' => [
'cors-should',
'bindings',
'throttle:5,0.1'
'throttle:5,0.1',
],
]));
});
Expand All @@ -505,7 +505,7 @@
'middleware' => [
'cors-should',
'bindings',
'throttle:5,0.1'
'throttle:5,0.1',
],
]));
});
Expand All @@ -516,7 +516,7 @@
'middleware' => [
'cors-should',
'bindings',
'throttle:5,0.1'
'throttle:5,0.1',
],
]));
});
Expand Down

0 comments on commit 15eb0b8

Please sign in to comment.