File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change 1313use Illuminate \Support \Facades \Facade ;
1414
1515/**
16- * @method static onChannel(...$channels)
17- * @method static report(\Throwable $e)
18- * @method static reportIf($condition, \Throwable $e)
19- * @method static extend($driver, \Closure $callback)
20- * @method static shouldReport(\Throwable $e)
21- * @method static shouldntReport(\Throwable $e)
22- * @method static macro($name, $macro)
23- * @method static mixin($mixin, $replace = true)
16+ * @method static \Guanguans\LaravelExceptionNotify\ExceptionNotifyManager onChannel(...$channels)
17+ * @method static void report(\Throwable $e)
18+ * @method static void reportIf($condition, \Throwable $e)
19+ * @method static \Guanguans\LaravelExceptionNotify\ExceptionNotifyManager extend($driver, \Closure $callback)
20+ * @method static bool shouldReport(\Throwable $e)
21+ * @method static bool shouldntReport(\Throwable $e)
22+ * @method static void macro($name, $macro)
23+ * @method static void mixin($mixin, $replace = true)
2424 *
2525 * @see \Guanguans\LaravelExceptionNotify\ExceptionNotifyManager
26- * @see \Guanguans\LaravelExceptionNotify\Channels\Channel
2726 */
2827class ExceptionNotify extends Facade
2928{
You can’t perform that action at this time.
0 commit comments