Files
barryvdh_laravel-ide-helper/tests/Console/ModelsCommand/Pivot/Models/Pivots/DifferentCustomPivot.php
T

12 lines
215 B
PHP

<?php
declare(strict_types=1);
namespace Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\Pivot\Models\Pivots;
use Illuminate\Database\Eloquent\Relations\Pivot;
class DifferentCustomPivot extends Pivot
{
}