File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 22
22
* @method \Illuminate\Routing\RouteRegistrar middleware(array|string|null $middleware)
23
23
* @method \Illuminate\Routing\RouteRegistrar name(string $value)
24
24
* @method \Illuminate\Routing\RouteRegistrar namespace(string|null $value)
25
- * @method \Illuminate\Routing\RouteRegistrar prefix(string $prefix)
25
+ * @method \Illuminate\Routing\RouteRegistrar prefix(string $prefix)
26
26
* @method \Illuminate\Routing\RouteRegistrar scopeBindings()
27
- * @method \Illuminate\Routing\RouteRegistrar where(array $where)
28
- * @method \Illuminate\Routing\RouteRegistrar withoutMiddleware(array|string $middleware)
27
+ * @method \Illuminate\Routing\RouteRegistrar where(array $where)
28
+ * @method \Illuminate\Routing\RouteRegistrar withoutMiddleware(array|string $middleware)
29
29
*/
30
30
class RouteRegistrar
31
31
{
Original file line number Diff line number Diff line change 5
5
use Illuminate \Contracts \Broadcasting \Factory as BroadcastingFactoryContract ;
6
6
7
7
/**
8
- * @method static \Illuminate\Broadcasting\Broadcasters\Broadcaster channel(string $channel, callable|string $callback, array $options = [])
8
+ * @method static \Illuminate\Broadcasting\Broadcasters\Broadcaster channel(string $channel, callable|string $callback, array $options = [])
9
9
* @method static \Illuminate\Broadcasting\BroadcastManager socket($request = null)
10
10
* @method static \Illuminate\Contracts\Broadcasting\Broadcaster connection($name = null);
11
11
* @method static mixed auth(\Illuminate\Http\Request $request)
Original file line number Diff line number Diff line change 6
6
* @method static \Illuminate\Cache\TaggedCache tags(array|mixed $names)
7
7
* @method static \Illuminate\Contracts\Cache\Lock lock(string $name, int $seconds = 0, mixed $owner = null)
8
8
* @method static \Illuminate\Contracts\Cache\Lock restoreLock(string $name, string $owner)
9
- * @method static \Illuminate\Contracts\Cache\Repository store(string|null $name = null)
9
+ * @method static \Illuminate\Contracts\Cache\Repository store(string|null $name = null)
10
10
* @method static \Illuminate\Contracts\Cache\Store getStore()
11
11
* @method static bool add(string $key, $value, \DateTimeInterface|\DateInterval|int $ttl = null)
12
12
* @method static bool flush()
You can’t perform that action at this time.
0 commit comments