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 6783edb commit b8ef32cCopy full SHA for b8ef32c
ActiveRecord.php
@@ -16,6 +16,7 @@
16
require __DIR__.'/lib/ConnectionManager.php';
17
require __DIR__.'/lib/Connection.php';
18
require __DIR__.'/lib/Serialization.php';
19
+require __DIR__.'/lib/Expressions.php';
20
require __DIR__.'/lib/SQLBuilder.php';
21
require __DIR__.'/lib/Reflections.php';
22
require __DIR__.'/lib/Inflector.php';
test/ExpressionsTest.php
@@ -1,5 +1,4 @@
1
<?php
2
-require_once __DIR__ . '/../lib/Expressions.php';
3
4
use ActiveRecord\Expressions;
5
use ActiveRecord\ConnectionManager;
0 commit comments