| 1 | <?php namespace Arcanesoft\Auth\Http\Controllers\Foundation; |
||
| 12 | class PermissionsController extends FoundationController |
||
| 13 | { |
||
| 14 | /* ------------------------------------------------------------------------------------------------ |
||
| 15 | | Constructor |
||
| 16 | | ------------------------------------------------------------------------------------------------ |
||
| 17 | */ |
||
| 18 | /** |
||
| 19 | * Instantiate the controller. |
||
| 20 | */ |
||
| 21 | public function __construct() |
||
| 28 | |||
| 29 | /* ------------------------------------------------------------------------------------------------ |
||
| 30 | | Main Functions |
||
| 31 | | ------------------------------------------------------------------------------------------------ |
||
| 32 | */ |
||
| 33 | public function index() |
||
| 43 | |||
| 44 | public function show(Permission $permission) |
||
| 52 | } |
||
| 53 |