We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfeab8e commit 4f783a6Copy full SHA for 4f783a6
composer.json
@@ -31,7 +31,7 @@
31
"prefer-stable": true,
32
"extra": {
33
"branch-alias": {
34
- "dev-master": "1.3.x-dev"
+ "dev-master": "1.4.x-dev"
35
}
36
37
tests/FluidTableTest.php
@@ -145,6 +145,4 @@ public function testGetDbalTable()
145
$contacts = $fluid->table('contacts');
146
$this->assertSame('contacts', $contacts->getDbalTable()->getName());
147
148
-
149
150
0 commit comments