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

RonasIT / laravel-media / 19659425443

25 Nov 2025 05:34AM UTC coverage: 93.301% (-1.4%) from 94.66%
19659425443

Pull #77

github

web-flow
Merge 7830159c7 into ea6bcd2b3
Pull Request #77: [76] change delete constraint

0 of 3 new or added lines in 1 file covered. (0.0%)

195 of 209 relevant lines covered (93.3%)

19.87 hits per line

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

0.0
/src/ChangeMediaConstraintServiceProvider.php
1
<?php
2

3
namespace RonasIT\Media;
4

5
use Illuminate\Support\ServiceProvider;
6

7
class ChangeMediaConstraintServiceProvider extends ServiceProvider
8
{
9
    public function boot(): void
10
    {
NEW
11
        $this->publishes([
×
NEW
12
            __DIR__ . '/../database/additional' => database_path('migrations'),
×
NEW
13
        ], 'change-on-delete-constraint');
×
14
    }
15
}
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

© 2026 Coveralls, Inc