Call to a member function on null?

You have a typo in public function __contruct(), it should be public function __construct() { (you are missing an s)

Leave a Comment