for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Turahe\LaravelInstaller\Events;
use Illuminate\Queue\SerializesModels;
use Illuminate\Contracts\Queue\ShouldQueue;
use Illuminate\Foundation\Events\Dispatchable;
use Illuminate\Broadcasting\InteractsWithSockets;
/**
* Class LaravelInstallerFinished.
*/
class LaravelInstallerFinished implements ShouldQueue
{
use Dispatchable, InteractsWithSockets, SerializesModels;
Illuminate\Queue\SerializesModels
Turahe\LaravelInstaller\...aravelInstallerFinished
$id
$relations
$class
$connection
$keyBy
* Create a new event instance.
*
* @return void
public function __construct()
//
}