<?php /** * Springy Framework Configuration File. * * Do not remove this file. */ return [ '_migration' => [ 'table_name' => '_database_version_control', ], ];
info at phpclasses dot org