11 lines
149 B
PHP
Executable File
11 lines
149 B
PHP
Executable File
<?php
|
|
|
|
namespace App\Ship\Models;
|
|
|
|
use App\Ship\Abstracts\Models\MorphPivot as AbstractMorphPivot;
|
|
|
|
class MorphPivot extends AbstractMorphPivot
|
|
{
|
|
|
|
}
|