/home/techb158/ileadtechnology.com/vendor/realrashid/sweet-alert/src/Console
Edit: /home/techb158/ileadtechnology.com/vendor/realrashid/sweet-alert/src/Console/PublishCommand.php (998B)
call('vendor:publish', [
'--tag' => 'sweetalert-config',
'--force' => $this->option('force'),
]);
$this->call('vendor:publish', [
'--tag' => 'sweetalert-view',
'--force' => $this->option('force'),
]);
$this->call('vendor:publish', [
'--tag' => 'sweetalert-asset',
'--force' => true,
]);
}
}