Skip to content

Commit 41ac4b5

Browse files
committed
update website dependencies
1 parent 2194513 commit 41ac4b5

File tree

3 files changed

+269
-56
lines changed

3 files changed

+269
-56
lines changed

standalone-docs/api/ORM.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ this call, unless a custom through model has been specified.</p>
6262

6363
| Param | Type | Description |
6464
| --- | --- | --- |
65-
| ...models | [Model](#.Model) | <p>a [Model](Model) class to register</p> |
65+
| ...models | Model | <p>a [Model](Model) class to register</p> |
6666

6767

6868
<a name="orm+get"></a>
@@ -72,7 +72,7 @@ this call, unless a custom through model has been specified.</p>
7272
<p>Gets a [Model](Model) class by its name from the registry.</p>
7373

7474
**Kind**: instance method of [ORM](#.ORM)
75-
**Returns**: [Model](#.Model) - <p>the [Model](Model) class, if found</p>
75+
**Returns**: Model - <p>the [Model](Model) class, if found</p>
7676
**Throws**:
7777

7878
- <p>If [Model](Model) class is not found.</p>
@@ -99,7 +99,7 @@ this call, unless a custom through model has been specified.</p>
9999
<p>Begins an immutable database session.</p>
100100

101101
**Kind**: instance method of [ORM](#.ORM)
102-
**Returns**: Session - <p>a new [Session](Session) instance</p>
102+
**Returns**: [Session](#.Session) - <p>a new [Session](Session) instance</p>
103103

104104
| Param | Type | Description |
105105
| --- | --- | --- |
@@ -113,7 +113,7 @@ this call, unless a custom through model has been specified.</p>
113113
<p>Begins a mutable database session.</p>
114114

115115
**Kind**: instance method of [ORM](#.ORM)
116-
**Returns**: Session - <p>a new [Session](Session) instance</p>
116+
**Returns**: [Session](#.Session) - <p>a new [Session](Session) instance</p>
117117

118118
| Param | Type | Description |
119119
| --- | --- | --- |

0 commit comments

Comments
 (0)