OwenIt\Auditing\Console\AuditingTableCommand::fire PHP Method

fire() public method

Execute the console command.
public fire ( ) : void
return void
    public function fire()
    {
        $fullPath = $this->createBaseMigration();
        $this->files->put($fullPath, $this->files->get(__DIR__ . '/stubs/audits.stub'));
        $this->info('Migration created successfully!');
        $this->composer->dumpAutoloads();
    }