Mercurial > packages > magicforger
view src/Generator/Model/stubs/model.pivot.stub @ 17:f21baea33d0b main-dev
Added hgignore
| author | Luka Sitas <sitas.luka.97@gmail.com> |
|---|---|
| date | Wed, 26 Feb 2025 19:12:23 -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; }
