1 | <?php |
||
8 | class PermissionBuilder extends Tool |
||
9 | { |
||
10 | /** |
||
11 | * Perform any tasks that need to happen when the tool is booted. |
||
12 | * |
||
13 | * @return void |
||
14 | */ |
||
15 | public function boot() |
||
22 | |||
23 | protected function loadNovaTranslations() |
||
35 | |||
36 | /** |
||
37 | * Build the view that renders the navigation links for the tool. |
||
38 | * |
||
39 | * @return \Illuminate\View\View |
||
40 | */ |
||
41 | public function renderNavigation() |
||
45 | } |
||
46 |