class Uuids extends Command

Properties

protected string $signature

The name and signature of the console command.

protected string $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 line 34
void handle()

Execute the command.

Return Value

void

at line 46
protected handleSync()

Read the input file and perform interactive synchronization of user UUIDs.

at line 104
protected generateOutput()

Generate the output that can be used as file to synchronize user UUIDs.