Barryvdh\TranslationManager\Controller::postFind PHP Method

postFind() public method

public postFind ( )
    public function postFind()
    {
        $numFound = $this->manager->findTranslations();
        return ['status' => 'ok', 'counter' => (int) $numFound];
    }