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

fix errors

parent 419317e3
No related branches found
No related tags found
No related merge requests found
<?php
class List
class ListView
{
protected $title;
protected $objArray;
......
......@@ -142,6 +142,6 @@ class Objet
}
public function getList($title) {
return new List(get_called_class(), $title);
return new ListView(get_called_class(), $title);
}
}
\ No newline at end of file
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