File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -144,18 +144,18 @@ protected function exportBackend()
144
144
} else {
145
145
file_put_contents ($ appProvider , $ this ->compileStub ('providers/AppServiceProvider ' ));
146
146
}
147
+ } else {
148
+ copy (
149
+ __DIR__ .'/../stubs/migrations/2014_10_12_100000_create_password_resets_table.php ' ,
150
+ base_path ('database/migrations/2014_10_12_100000_create_password_resets_table.php ' )
151
+ );
147
152
}
148
153
149
154
file_put_contents (
150
155
base_path ('routes/web.php ' ),
151
156
file_get_contents (__DIR__ .'/Auth/stubs/routes.stub ' ),
152
157
FILE_APPEND
153
158
);
154
-
155
- copy (
156
- __DIR__ .'/../stubs/migrations/2014_10_12_100000_create_password_resets_table.php ' ,
157
- base_path ('database/migrations/2014_10_12_100000_create_password_resets_table.php ' )
158
- );
159
159
}
160
160
161
161
/**
You can’t perform that action at this time.
0 commit comments