Completed
Push — master ( ba846d...f3082b )
by Adam
04:06
created
app/Http/Interfaces/ManageTableInterface.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,8 @@
 block discarded – undo
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
 }
Please login to merge, or discard this patch.
app/Http/Interfaces/TableInterface.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,8 @@
 block discarded – undo
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
 }
Please login to merge, or discard this patch.