Przeglądaj źródła

removed unused variable

develop
Robin Thoni 8 lat temu
rodzic
commit
5361f6f609
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0
    1
      src/Utils/DataAccess/LuStoredProcedure.php

+ 0
- 1
src/Utils/DataAccess/LuStoredProcedure.php Wyświetl plik

@@ -18,7 +18,6 @@ abstract class LuStoredProcedure
18 18
 {
19 19
     protected static $_connection = "mydb";
20 20
     protected static $_storedProcedure = "mydb_table";
21
-    protected static $_dboClass = LuDbo::class;
22 21
     protected static $_dboArrayClass = LuDbo::class;
23 22
 
24 23
     /**

Ładowanie…
Anuluj
Zapisz