profile update
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
Schema::getColumnListing('branches')
|
||||
|
||||
$a = collect(Schema::getColumns('branches'))->map(fn ($column) => [
|
||||
$a = collect(Schema::getColumns('users'))->map(fn ($column) => [
|
||||
'name' => $column['name'],
|
||||
'type' => ($column['nullable'] ? 'null|' : '') . dbTypeToPhp($column['type']),
|
||||
])->pluck('type', 'name')
|
||||
|
||||
Reference in New Issue
Block a user