File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232
3333</p >
3434
35-
35+
3636
3737## Package Information
3838
3939` Package Name: IT `
4040
41- ` Version: 1.6.32 `
41+ ` Version: 1.6.33 `
4242
4343` Offline Docs: 1.1 ` - [ Online Docs] ( https://it.phpanonymous.com/docs )
4444
Original file line number Diff line number Diff line change 2222 },
2323 "extra" : {
2424 "branch-alias" : {
25- "dev-master" : " 1.6.32 .x-dev"
25+ "dev-master" : " 1.6.33 .x-dev"
2626 },
2727 "laravel" : {
2828 "providers" : [
3333 }
3434 }
3535 },
36- "version" :" 1.6.32 " ,
36+ "version" :" 1.6.33 " ,
3737 "minimum-stability" : " dev" ,
3838 "prefer-stable" : true
3939}
Original file line number Diff line number Diff line change @@ -195,6 +195,9 @@ public function create() {
195195 }
196196 //return $data;
197197 if (!empty (request ('auto_migrate ' ))) {
198+ if (!empty (request ('has_user_id ' ))) {
199+ $ data ['admin_id ' ] = 1 ;
200+ }
198201 $ this ->model_name ::create ($ data );
199202 }
200203 }
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ function it_version_message() {
7272
7373if (!function_exists ('it_version ' )) {
7474 function it_version () {
75- $ version = '1.6.32 ' ;
75+ $ version = '1.6.33 ' ;
7676 app ()->singleton ('it_version ' , function () use ($ version ) {
7777 return $ version ;
7878 });
You can’t perform that action at this time.
0 commit comments