• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

RonasIT / laravel-helpers / 10071952605

24 Jul 2024 06:54AM UTC coverage: 77.492%. Remained the same
10071952605

Pull #134

github

web-flow
Merge ab0c2dac4 into 11cf7ed35
Pull Request #134: fix: error when truncate tables with the reserved words

2 of 2 new or added lines in 1 file covered. (100.0%)

964 of 1244 relevant lines covered (77.49%)

11.92 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/Middleware/RemovePathParamMiddleware.php
1
<?php
2

3
namespace RonasIT\Support\Middleware;
4

5
use Closure;
6
use Illuminate\Http\Request;
7

8
class RemovePathParamMiddleware
9
{
10
    public function handle(Request $request, Closure $next, $paramName = 'version')
11
    {
12
        $request->route()->forgetParameter($paramName);
×
13

14
        return $next($request);
×
15
    }
16
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc