Skip to content
This repository was archived by the owner on Jan 24, 2024. It is now read-only.

Commit 090eea0

Browse files
author
valentin v / vvval
committed
Update composer dependencies
1 parent 5399f5d commit 090eea0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
CHANGELOG
22
======================
33

4+
1.0.7 (23.11.2017)
5+
-----
6+
- Update composer dependencies
7+
48
1.0.6 (23.11.2017)
59
-----
610
- bugfix of HAS_ONE NULLABLE relation

source/Spiral/ORM/Schemas/Definitions/RelationContext.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,4 +128,4 @@ public function getColumn(string $name): AbstractColumn
128128

129129
return clone $this->schema->column($name);
130130
}
131-
}
131+
}

0 commit comments

Comments
 (0)