@@ -2,7 +2,8 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace App\Http\Interfaces; |
| 4 | 4 | |
| 5 | -interface ManageTableInterface { |
|
| 5 | +interface ManageTableInterface |
|
| 6 | +{ |
|
| 6 | 7 | public function delete($objectId); |
| 7 | 8 | public function getFields(); |
| 8 | 9 | } |
@@ -2,7 +2,8 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace App\Http\Interfaces; |
| 4 | 4 | |
| 5 | -interface TableInterface { |
|
| 5 | +interface TableInterface |
|
| 6 | +{ |
|
| 6 | 7 | public function getColumns(); |
| 7 | 8 | public function getRouteName(); |
| 8 | 9 | } |