App\Http\Controllers\TokenController::__construct PHP 메소드

__construct() 공개 메소드

TokenController constructor.
public __construct ( TokenService $tokenService )
$tokenService App\services\TokenService
    public function __construct(TokenService $tokenService)
    {
        //parent::__construct();
        $this->tokenService = $tokenService;
    }