Mercurial > packages > magicforger
view src/Generator/Model/stubs/model.pivot.stub @ 5:b0b2e79ad8e6
Not exatly sure what was changed but commiting to it :)
| author | luka |
|---|---|
| date | Thu, 12 Oct 2023 19:41:04 -0400 |
| parents | a20439b1c9d3 |
| 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; }
