| Total Complexity | 4 |
| Total Lines | 20 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 8 | class ShipController extends Controller |
||
| 9 | { |
||
| 10 | public function generalPreCall() |
||
| 11 | { |
||
| 12 | if (Rudra::config()->get("environment") === "development") { |
||
| 13 | Rudra::get("debugbar")['time']->stopMeasure('routing'); |
||
| 14 | data([ |
||
| 15 | "debugbar" => Rudra::get("debugbar")->getJavascriptRenderer(), |
||
| 16 | ]); |
||
| 17 | } |
||
| 18 | } |
||
| 19 | |||
| 20 | public function eventRegistration() |
||
| 21 | { |
||
| 22 | |||
| 23 | } |
||
| 24 | |||
| 25 | public function info(string $message): void |
||
| 28 | } |
||
| 29 | } |
||
| 30 |