| Conditions | 4 |
| Paths | 4 |
| Total Lines | 16 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 22 | public function safeUp() |
||
| 23 | { |
||
| 24 | if (false === (new ObjectAssociations())->safeUp()) { |
||
| 25 | return false; |
||
| 26 | }; |
||
| 27 | |||
| 28 | if (false === (new m190222_101208_connections())->safeUp()) { |
||
| 29 | return false; |
||
| 30 | }; |
||
| 31 | |||
| 32 | if (false === (new m190818_122247_visitor())->safeUp()) { |
||
| 33 | return false; |
||
| 34 | }; |
||
| 35 | |||
| 36 | return true; |
||
| 37 | } |
||
| 38 | |||
| 59 |