@@ -11,6 +11,6 @@ |
||
11 | 11 | */ |
12 | 12 | public function __construct() |
13 | 13 | { |
14 | - parent::__construct("student_course", ["idstudent", "idcourse"], "id", false); |
|
14 | + parent::__construct("student_course", [ "idstudent", "idcourse" ], "id", false); |
|
15 | 15 | } |
16 | 16 | } |
17 | 17 | \ No newline at end of file |
@@ -11,7 +11,7 @@ |
||
11 | 11 | */ |
12 | 12 | public function __construct() |
13 | 13 | { |
14 | - parent::__construct("students", ["name", "birthdate"], "id", false); |
|
14 | + parent::__construct("students", [ "name", "birthdate" ], "id", false); |
|
15 | 15 | } |
16 | 16 | |
17 | 17 | /** |
@@ -11,7 +11,7 @@ |
||
11 | 11 | */ |
12 | 12 | public function __construct() |
13 | 13 | { |
14 | - parent::__construct("courses", ["name"], "id", false); |
|
14 | + parent::__construct("courses", [ "name" ], "id", false); |
|
15 | 15 | } |
16 | 16 | |
17 | 17 | /** |