@@ -43,7 +43,7 @@ |
||
| 43 | 43 | |
| 44 | 44 | $this->setSettings(); |
| 45 | 45 | if (!is_null($this->typeClass)) { |
| 46 | - $this->loadStrings(); |
|
| 46 | + $this->loadStrings(); |
|
| 47 | 47 | } |
| 48 | 48 | } |
| 49 | 49 | |
@@ -7,7 +7,6 @@ |
||
| 7 | 7 | /** |
| 8 | 8 | * Class ConsoleAwareTrait |
| 9 | 9 | * @package andmemasin\myabstract\traits |
| 10 | - |
|
| 11 | 10 | * @property boolean $isConsole whether we currently run in console app or not |
| 12 | 11 | * |
| 13 | 12 | */ |