Conditions | 1 |
Paths | 1 |
Total Lines | 9 |
Code Lines | 6 |
Lines | 0 |
Ratio | 0 % |
Tests | 0 |
CRAP Score | 2 |
Changes | 0 |
1 | <?php |
||
52 | private function publishConfig() { |
||
53 | $this->publishes( |
||
54 | [ SCOOL_ENROLLMENT_MOBILE_PATH . '/config/enrollment.php' => |
||
55 | database_path().'/factories/EnrollmentMobileFactory.php'],"scool_enrollment_mobile" |
||
56 | ); |
||
57 | $this->mergeConfigFrom( |
||
58 | SCOOL_ENROLLMENT_MOBILE_PATH . '/config/enrollment_mobile.php', 'scool_enrollment_mobile' |
||
59 | ); |
||
60 | } |
||
61 | } |
||
62 |