@@ -339,7 +339,7 @@ |
||
| 339 | 339 | */ |
| 340 | 340 | protected static function removeDirectory($dirPath) |
| 341 | 341 | { |
| 342 | - $calledClass = get_called_class(); //Autorize extends this class |
|
| 342 | + $calledClass = get_called_class(); //Autorize extends this class |
|
| 343 | 343 | |
| 344 | 344 | $dir = opendir($dirPath); |
| 345 | 345 | if ($dir === false) { |