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

conedevelopment / root / 15084089635

17 May 2025 10:00AM UTC coverage: 77.93% (+0.04%) from 77.891%
15084089635

push

github

web-flow
Modernize back-end.yml (#240)

3291 of 4223 relevant lines covered (77.93%)

36.04 hits per line

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

0.0
/src/Fields/MorphOne.php
1
<?php
2

3
namespace Cone\Root\Fields;
4

5
use Illuminate\Database\Eloquent\Model;
6
use Illuminate\Database\Eloquent\Relations\MorphOne as EloquentRelation;
7

8
/**
9
 * @template TRelation of \Illuminate\Database\Eloquent\Relations\MorphOne
10
 *
11
 * @extends \Cone\Root\Fields\MorphOneOrMany<TRelation>
12
 */
13
class MorphOne extends MorphOneOrMany
14
{
15
    /**
16
     * {@inheritdoc}
17
     */
18
    public function getRelation(Model $model): EloquentRelation
×
19
    {
20
        return parent::getRelation($model);
×
21
    }
22
}
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