Skip to content

Commit dac8a04

Browse files
author
Mark Scherer
committed
Cleanup
1 parent 19b303f commit dac8a04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Console/Command/QueueTestShell.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php
22
App::uses('AppShell', 'Console/Command');
3+
App::uses('EmailLib', 'Tools.Lib');
4+
35
if (!defined('FORMAT_DB_DATE')) {
46
define('FORMAT_DB_DATETIME', 'Y-m-d H:i:s');
57
}
@@ -45,8 +47,6 @@ public function email() {
4547
* @return void
4648
*/
4749
public function complete_email() {
48-
App::uses('EmailLib', 'Tools.Lib');
49-
5050
Configure::write('debug', 0);
5151
$Email = new EmailLib();
5252
$Email->to('[email protected]', 'Mark Test');

0 commit comments

Comments
 (0)