Skip to content

Commit

Permalink
Moved /classes/Divergence to /src
Browse files Browse the repository at this point in the history
  • Loading branch information
hparadiz committed May 16, 2018
1 parent fdaa331 commit dfe08c1
Show file tree
Hide file tree
Showing 18 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions composer.json
Expand Up @@ -20,8 +20,7 @@
},
"autoload": {
"psr-4": {
"App\\": "classes/App",
"Divergence\\": "classes/Divergence"
"Divergence\\": "src"
}
},
"autoload-dev": {
Expand Down
2 changes: 1 addition & 1 deletion config/db.php
Expand Up @@ -16,7 +16,7 @@
* This configuration will be used instead of the default if
* the file .dev is detected inside of $_SERVER['DOCUMENT_ROOT']
*
* You may override this behaviour in /config/DB.config.php
* You may override this behaviour in /config/app.php
*
*/
'dev-mysql' => [
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Expand Up @@ -684,6 +684,7 @@ public static function getAllRecordsByWhere($conditions = [], $options = [])
'having' => false,
]);

$join = '';

// handle joining related tables
if (static::isRelational()) {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit dfe08c1

Please sign in to comment.