Skip to content
Snippets Groups Projects
Commit 0ae68384 authored by Matthieu Guffroy's avatar Matthieu Guffroy
Browse files

fix error

parent 6f179e8c
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,7 @@ class Objet
public static function getAll()
{
$className = get_called_class();
$dbName = self::dbName();
$bdd = new Db();
$result = Array();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment