NerdsAndCompany\Schematic\Services\Plugins::runMigrations PHP Метод

runMigrations() защищенный Метод

Run plugin migrations automatically.
protected runMigrations ( string $handle )
$handle string
    protected function runMigrations($handle)
    {
        $result = $this->getUpdatesService()->updateDatabase($handle);
        if (!$result['success']) {
            $this->addError($result['message']);
        }
    }