composer fix-style

This commit is contained in:
Markus Podar
2024-06-12 07:17:36 +02:00
parent 6338abb2d7
commit f0c315e4fc
5 changed files with 13 additions and 5 deletions
@@ -1,10 +1,11 @@
<?php
declare(strict_types=1);
namespace Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\Pivot\Models\Pivots;
use Illuminate\Database\Eloquent\Relations\Pivot;
class CustomPivot extends Pivot
{
}