File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 1
1
<?php namespace Barryvdh \Debugbar ;
2
2
3
+ /**
4
+ * @method static \Barryvdh\Debugbar\LaravelDebugbar addCollector(\DebugBar\DataCollector\DataCollectorInterface $collector)
5
+ * @method static void addMessage(mixed $message, string $label = 'info')
6
+ * @method static void alert(string $message)
7
+ * @method static void critical(string $message)
8
+ * @method static void debug(string $message)
9
+ * @method static void emergency(string $message)
10
+ * @method static void error(string $message)
11
+ * @method static \Barryvdh\Debugbar\LaravelDebugbar getCollector(string $name)
12
+ * @method static bool hasCollector(string $name)
13
+ * @method static void info(string $message)
14
+ * @method static void log(string $message)
15
+ * @method static void notice(string $message)
16
+ * @method static void warning(string $message)
17
+ *
18
+ * @see \Barryvdh\Debugbar\LaravelDebugbar
19
+ */
3
20
class Facade extends \Illuminate \Support \Facades \Facade
4
21
{
5
22
/**
You can’t perform that action at this time.
0 commit comments