Flarum\Database\MigrationCreator::getStubPath PHP Méthode

getStubPath() protected méthode

Get the path to the stubs.
protected getStubPath ( ) : string
Résultat string
    protected function getStubPath()
    {
        return __DIR__ . '/../../stubs/migrations';
    }