AppStateESS/homestead

View on GitHub
class/LotteryContextApplicationFactory.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Homestead;

class LotteryContextApplicationFactory extends ContextApplicationFactory {

    public function populateApplicationSpecificFields()
    {
        //TODO lottery stuff here
        $this->app->setApplicationType('lottery');
    }
}