diff --git a/~dev_rating/application/classes/Controller/Handler/FileCreator.php b/~dev_rating/application/classes/Controller/Handler/FileCreator.php
index 27ab90ddcc39d8795e03c9123b250340413a532d..849b8322b00664e830d3f1461699b558da3d2ab0 100644
--- a/~dev_rating/application/classes/Controller/Handler/FileCreator.php
+++ b/~dev_rating/application/classes/Controller/Handler/FileCreator.php
@@ -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;