| @@ -1,12 +1,12 @@ | ||
| 1 | 1 | <?php |
| 2 | 2 | namespace Elementor\Modules\WpCli; |
| 3 | 3 | |
| 4 | 4 | use Elementor\Core\Logger\Loggers\Db; |
| 5 | -use Elementor\Core\Logger\Items\Log_Item_Interface; | |
| 5 | +use Elementor\Core\Logger\Items\Log_Item_Interface as Log_Item_Interface; | |
| 6 | 6 | |
| 7 | 7 | if ( ! defined( 'ABSPATH' ) ) { |
| 8 | - exit; // Exit if accessed directly. | |
| 8 | + exit; // Exit if accessed directly | |
| 9 | 9 | } |
| 10 | 10 | |
| 11 | 11 | class Cli_Logger extends Db { |
| 12 | 12 | |