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 17bc9b2 commit a191be6Copy full SHA for a191be6
src/compatibility-intf.php
@@ -11,11 +11,11 @@
11
12
if (false) {
13
/** @deprecated use Nette\Database\Driver */
14
- interface ISupplementalDriver
+ interface ISupplementalDriver extends Driver
15
{
16
}
17
/** @deprecated use Nette\Database\Conventions */
18
- interface IConventions
+ interface IConventions extends Conventions
19
20
21
} elseif (!interface_exists(ISupplementalDriver::class)) {
src/compatibility.php
@@ -11,11 +11,7 @@
/** @deprecated use Nette\Database\Explorer */
- class Context
- {
- }
-
+ class Context extends Explorer
} elseif (!class_exists(Context::class)) {
0 commit comments