@@ -21,11 +21,11 @@ |
||
| 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 | |
@@ -25,7 +25,7 @@ |
||
| 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 | |