Skip to content
Snippets Groups Projects
Commit be168910 authored by xamgore's avatar xamgore
Browse files

The variable type is defined

parent 49366385
Branches
Tags
No related merge requests found
......@@ -2,6 +2,8 @@
class Controller_Handler_FileCreator extends Controller_Handler
{
/** @var Model_Teacher_Rating */
protected $model;
public function before() {
$this->model = new Model_Teacher_Rating;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment