Uuids
class Uuids extendsCommand
Properties
protectedstring | $signature | The name and signature of the console command. | |
protectedstring | $description | The console command description. |
Methods
void
handle()
Execute the command.
handleSync()
Read the input file and perform interactive synchronization of user UUIDs.
generateOutput()
Generate the output that can be used as file to synchronize user UUIDs.
Details
at line34
void
handle()
Execute the command.
at line46
protected
handleSync()
Read the input file and perform interactive synchronization of user UUIDs.
at line104
protected
generateOutput()
Generate the output that can be used as file to synchronize user UUIDs.