You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `deletedAt` is a static property on the model. The default value is `'deletedAt'`. You may over ride this if the expected timestamp attribute is named differently.
58
58
The letter casing is no concern here as [getDeletedAtColumn](#getdeletedatcolumn) will update it to the correct casing.
Copy file name to clipboardexpand all lines: docs/getting-started/readme.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -21,5 +21,5 @@ While using this package increases ease of access and cuts down development time
21
21
22
22
---
23
23
24
-
As always you're encouraged to explore the [source](https://github.com/upfrontjs/framework) yourself or look at the api reference to gain insight on how the package works, and the tests to see how it's used.
24
+
As always you're encouraged to explore the [source](https://github.com/upfrontjs/framework) yourself or look at the api reference to gain insight on how the package works, and the [tests](https://github.com/upfrontjs/framework/tree/main/tests) to see how it's used.
0 commit comments