| @@ -1,12 +1,12 @@ | ||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | 3 | * @package FireBox |
| 4 | - * @version 3.1.8 Free | |
| 4 | + * @version 2.1.14 Free | |
| 5 | 5 | * |
| 6 | 6 | * @author FirePlugins <info@fireplugins.com> |
| 7 | 7 | * @link https://www.fireplugins.com |
| 8 | - * @copyright Copyright © 2026 FirePlugins All Rights Reserved | |
| 8 | + * @copyright Copyright © 2024 FirePlugins All Rights Reserved | |
| 9 | 9 | * @license GNU GPLv3 <http://www.gnu.org/licenses/gpl.html> or later |
| 10 | 10 | */ |
| 11 | 11 | |
| 12 | 12 | namespace FireBox\Core\FB; |
| @@ -78,10 +78,8 @@ | ||
| 78 | 78 | */ |
| 79 | 79 | public function passAll() |
| 80 | 80 | { |
| 81 | 81 | $pass = true; |
| 82 | - | |
| 83 | - | |
| 84 | 82 | |
| 85 | 83 | foreach ($this->assignments as $key => $assignment) |
| 86 | 84 | { |
| 87 | 85 | // Break if not passed |