| @@ -8,11 +8,8 @@ | ||
| 8 | 8 | /** |
| 9 | 9 | * Class LogModel |
| 10 | 10 | * @package Give\Log |
| 11 | 11 | * |
| 12 | - * @since 2.19.6 added debug | |
| 13 | - * @since 2.10.0 | |
| 14 | - * | |
| 15 | 12 | * @method error(string $message, string $source, array $context = []) |
| 16 | 13 | * @method warning(string $message, string $source, array $context = []) |
| 17 | 14 | * @method notice(string $message, string $source, array $context = []) |
| 18 | 15 | * @method success(string $message, string $source, array $context = []) |
| @@ -17,9 +14,10 @@ | ||
| 17 | 14 | * @method notice(string $message, string $source, array $context = []) |
| 18 | 15 | * @method success(string $message, string $source, array $context = []) |
| 19 | 16 | * @method info(string $message, string $source, array $context = []) |
| 20 | 17 | * @method http(string $message, string $source, array $context = []) |
| 21 | - * @method debug(string $message, string $source, array $context = []) | |
| 18 | + * | |
| 19 | + * @since 2.10.0 | |
| 22 | 20 | */ |
| 23 | 21 | class LogModel |
| 24 | 22 | { |
| 25 | 23 | /** |