Skip to content

Commit 3ccb66c

Browse files
Mahmoud IbrahimMahmoud Ibrahim
authored andcommitted
it
1 parent f3f9a43 commit 3ccb66c

4 files changed

Lines changed: 8 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@
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

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
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": [
@@ -33,7 +33,7 @@
3333
}
3434
}
3535
},
36-
"version":"1.6.32",
36+
"version":"1.6.33",
3737
"minimum-stability": "dev",
3838
"prefer-stable": true
3939
}

it/Controllers/Baboon/BaboonFaker.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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
}

it/helper/it.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ function it_version_message() {
7272

7373
if (!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
});

0 commit comments

Comments
 (0)