You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/AbraFlexi/MultiFlexi/AppToCompany.php
+40-2Lines changed: 40 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -21,13 +21,39 @@ public function __construct($identifier = null, $options = []) {
21
21
parent::__construct($identifier, $options);
22
22
}
23
23
24
+
/**
25
+
* Get id by App & Company
26
+
*
27
+
* SELECT appcompany.id, appcompany.interv, appcompany.prepared, apps.nazev AS app, company.nazev AS company FROM appcompany LEFT JOIN apps ON appcompany.app_id=apps.id LEFT JOIN company ON appcompany.company_id=company.id;
0 commit comments