Completed
Push — master ( a36596...571778 )
by Christopher
05:52
created
src/Providers/MetadataProvider.php 2 patches
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -21,11 +21,11 @@
 block discarded – undo
21 21
     {
22 22
         self::$METANAMESPACE = env('ODataMetaNamespace', 'Data');
23 23
         // If we aren't migrated, there's no DB tables to pull metadata _from_, so bail out early
24
-        try{
24
+        try {
25 25
             if (!Schema::hasTable('migrations')) {
26 26
                 return;
27 27
             }
28
-        }catch(\Exception $e){
28
+        } catch (\Exception $e) {
29 29
             return;
30 30
         }
31 31
 
Please login to merge, or discard this patch.
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
25 25
             if (!Schema::hasTable('migrations')) {
26 26
                 return;
27 27
             }
28
-        }catch(\Exception $e){
28
+        } catch(\Exception $e){
29 29
             return;
30 30
         }
31 31
 
Please login to merge, or discard this patch.