Mercurial > packages > magicforger
diff 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 diff
--- a/src/Generator/Model/stubs/model.pivot.stub Tue Jun 27 20:16:55 2023 -0400 +++ b/src/Generator/Model/stubs/model.pivot.stub Thu Oct 12 19:41:04 2023 -0400 @@ -7,4 +7,15 @@ class {{ class }} extends Pivot { // + + /** + * Indicates if the model should be timestamped. + * By default our pivots will not use timestamps + * + * @var bool + */ + public $timestamps = false; + + + }
