Brendan Abolivier 10 lat temu
rodzic
commit
9c33eea0ff
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      web/class.connector.php

+ 1
- 1
web/class.connector.php Wyświetl plik

68
 			}
68
 			}
69
 		}
69
 		}
70
 
70
 
71
-		return $bdd->prepare($request)->execute($arrayVerif)->fetchAll();
71
+		return $this->bdd->prepare($request)->execute($arrayVerif)->fetchAll();
72
 	}
72
 	}
73
 }
73
 }