imanghafoori1/laravel-heyman

View on GitHub
src/Core/Otherwise.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Imanghafoori\HeyMan\Core;

final class Otherwise
{
    /**
     * @return \Imanghafoori\HeyMan\Plugins\PreReaction\PreReactions
     */
    public function otherwise()
    {
        return resolve(Reaction::class);
    }
}