| 1 | <?php |
||
| 8 | class ShowStatistics |
||
| 9 | { |
||
| 10 | /** |
||
| 11 | * Get statistics for an app ID. |
||
| 12 | * |
||
| 13 | * @param \Illuminate\Http\Request $request |
||
| 14 | * @param \BeyondCode\LaravelWebSockets\Statistics\Drivers\StatisticsDriver $driver |
||
| 15 | * @param mixed $appId |
||
| 16 | * @return \Illuminate\Http\Response |
||
| 17 | */ |
||
| 18 | public function __invoke(Request $request, StatisticsDriver $driver, $appId) |
||
| 22 | } |
||
| 23 |