Domain\Auth\AuthController::__construct PHP 메소드

__construct() 공개 메소드

Construct.
public __construct ( AuthService $auth )
$auth AuthService
    public function __construct(AuthService $auth)
    {
        $this->auth = $auth;
    }