Mercurial > packages > magicforger
view src/Generator/Model/stubs/model.pivot.stub @ 10:a9ff874afdbd
better comments for config helper
| author | luka |
|---|---|
| date | Sat, 02 Dec 2023 10:20:32 -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; }
