We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19b303f commit dac8a04Copy full SHA for dac8a04
Console/Command/QueueTestShell.php
@@ -1,5 +1,7 @@
1
<?php
2
App::uses('AppShell', 'Console/Command');
3
+App::uses('EmailLib', 'Tools.Lib');
4
+
5
if (!defined('FORMAT_DB_DATE')) {
6
define('FORMAT_DB_DATETIME', 'Y-m-d H:i:s');
7
}
@@ -45,8 +47,6 @@ public function email() {
45
47
* @return void
46
48
*/
49
public function complete_email() {
- App::uses('EmailLib', 'Tools.Lib');
-
50
Configure::write('debug', 0);
51
$Email = new EmailLib();
52
$Email->to('[email protected]', 'Mark Test');
0 commit comments