App\Console\Commands\TestOFX::fire PHP 메소드

fire() 공개 메소드

public fire ( )
    public function fire()
    {
        $this->info(date('Y-m-d') . ' Running TestOFX...');
    }