@@ -10,6 +10,7 @@ |
||
| 10 | 10 | * Returns an instance of \Monolog\Handler\HandlerInterface |
| 11 | 11 | * @param string $name Then name of the handler you want to create |
| 12 | 12 | * @param array $config An array of config values to use |
| 13 | + * @param string $title |
|
| 13 | 14 | * @return \Monolog\Handler\HandlerInterface |
| 14 | 15 | */ |
| 15 | 16 | public static function create($name, array $config = [], $title = null){ |
@@ -2,8 +2,8 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Tylercd100\Notify\Factories; |
| 4 | 4 | |
| 5 | -use Monolog\Logger; |
|
| 6 | 5 | use Mail; |
| 6 | +use Monolog\Logger; |
|
| 7 | 7 | use Swift_Message; |
| 8 | 8 | |
| 9 | 9 | class MonologHandlerFactory |