Mercurial > packages > magicforger
view src/Generator/Model/stubs/model.pivot.stub @ 22:ee8ef14e158d main-dev
Now able to include through composer
| author | Luka Sitas <sitas.luka.97@gmail.com> |
|---|---|
| date | Wed, 26 Feb 2025 20:12:17 -0500 |
| parents | b0b2e79ad8e6 |
| children | 827efbf4d73c |
line wrap: on
line source
<?php namespace {{ namespace }}; use Illuminate\Database\Eloquent\Relations\Pivot; class {{ class }} extends Pivot { // /** * Indicates if the model should be timestamped. * By default our pivots will not use timestamps * * @var bool */ public $timestamps = false; }
